Hi I have One Application when I run that It do some stuff with database.I want to run more then one instance of that application When try to run that applicaion again It gives me error like 'Unable to Launch ASP.NET Developoement Server Because Port is in use'.What is Solution for this?
Asked
Active
Viewed 474 times
1
-
Why you do need that? for debuging or in your production environment? – Ivo Apr 09 '12 at 17:56
-
1That sounds as if you're abusing ASP.NET as Windows-Service or Windows Application. Otherwise check this link: http://stackoverflow.com/questions/607562/visual-studio-development-server-using-wrong-port – Tim Schmelter Apr 09 '12 at 17:58
-
@ivwiblo- I want to speed up the my work with using multple instances – Hiren Apr 09 '12 at 18:01
-
@Tim Schmelter - Can We Do this with Windows Application??? – Hiren Apr 09 '12 at 18:10
-
@Hiren: What is _this_? Actually you havent't told anything about your requirement. It's certainly possible to use threading in a windows-service or in a winforms app. On the other side it's not clear at all if this would speedup your app. – Tim Schmelter Apr 09 '12 at 18:12
-
@Tim Schmelter,You are right,I was abusing ASP.NET,I create windows application for my requirement,Thanks... – Hiren Apr 10 '12 at 01:18