L
L
LiptonOlolo2016-03-12 02:03:52
ASP.NET
LiptonOlolo, 2016-03-12 02:03:52

Asp.net compiles to dll? What?

Good night, a question, I created an ASP (C#) project, compiled it - got a DLL, how can I make it a website?: D

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2016-03-12
@byte916

This requires an interpreter and a server. For example, deploy IIS (if you run it on your windows server), or deploy to any hosting that supports .net using simple file copying, or the publishing procedure built into visual studio.
The easiest way is to see the fruits of labor locally, immediately during development (as well as debugging) - usually IIS Express comes with the studio, you just need to press a button, and everything will work
9c1e691f089646aa804e2be0046d6aa4.PNG

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question