Tagged Questions
2
votes
1answer
76 views
ASP.NET app deployment mess
I have a little mess with a web application. I works in the development environment, and now I'm trying to publish it to another folder still in my own computer, so one of my colleages could try it ...
1
vote
2answers
48 views
ASP.NET Development Server concurrent processing doesn't work
I'm trying to find out why ASP.NET Development Server is not processing the requests concurrently.
So I've created a simple aspx page with the following code:
Protected Sub Page_Load(ByVal sender ...
1
vote
3answers
44 views
Request handled okay when issued by browser, but not when issued by ASP.NET application on the same machine
I'm debugging two ASP.NET applications running on the same machine under different instances of Cassini and with "custom errors" off. One app is running on port 100 and wants to perform a GET request ...
0
votes
3answers
536 views
How do I change a web site from an IIS hosted site to an ASP.Net Development Server hosted site?
On my previous machine I had IIS6 installed and created a web project using IIS as the host. This project was completed, published to an internal hosting server and checked in to source control.
I ...