seeker
seeker

Reputation: 3333

Asp.net development server as web server

Is it possible to configure asp.net development server to be web server at 80 port?

Upvotes: 1

Views: 85

Answers (1)

inksmithy
inksmithy

Reputation: 546

Not with the inbuilt web server from VS, no, however if you violently object to using IIS, you can download Cassini (for .NET <= 3.5) or the updated server from here

Upvotes: 1

Related Questions