Problems with ASP.NET

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
 
L

laimis

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
 
M

Marko

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!
 
K

Ken Halter

carion1 said:
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)
 
M

Marin

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top