Problems with ASP.NET

  • Thread starter Thread starter Marko
  • Start date Start date
M

Marko

When I load some asp.net project in Visual Studio 2003 than I get this
message:

"Visual Studio .NET has detected that specified Web server is not runing
ASP.NET version 1.1. You will be unable to run ASP.NET web aplications or
servicies."

It have worked ok before, but now I can not do anything with asp.net. Does
somebody know how to fix it?

Thanks
 
Can it be that you do not have ASP.NET registered on the machine? To do
that, go to system .NET folder ( the folder that can be found in
%windir%/microsoft.net/framework/v1.xxx/) with command line and run
aspnet_regiis -i

If asp.net is registered, then i have no clue what's wrong.

L
 
Can it be that you do not have ASP.NET registered on the machine? To do
that, go to system .NET folder ( the folder that can be found in
%windir%/microsoft.net/framework/v1.xxx/) with command line and run
aspnet_regiis -i

If asp.net is registered, then i have no clue what's wrong.

I just installed this and I got message "Finished installing ASP.NET
<1.1.4322.0>

But I can not open ASP.NET project again. The same message is written!
 
Check the framework version on the server.
...and dump the non-relavent group from the crosspost list. "VB" is not
"VB.Net" (and vica-versa)

Ok, problem is fixed. I have isntaled VS again!
 
Back
Top