Hello,
I'm in a jam. I can't load any old, or create any new ASP.NET projects using
Visual studio. Before you suggest using the utility:
aspnet_regiis - with the /i switch
please note I've already tried that & it didn't fix the fault. The error
message I get is:
"Visual studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services."
This occurs when loading any old ASP.NET project or trying to create a new
one.
I am running Framework 1.1. Is this what they're talking about? (I guess so)
I have read the blurb in the help section which suggests the aspnet_regiis
utility only.
I'm running XPPROP with SP2. It used to work fine. I've even reinstalled
Visual studio.net with no change
Does anybody have any clues
Much appreciated for any ideas
Many many thanks in advance.
ant
Tim_Mac - 17 Sep 2005 13:26 GMT
hi ant,
can you check that .net 1.1 is actually working, by running an asp.net site
on IIS?
this will at least narrow it down to a framework installation problem, or VS
and/or IIS.
--------------------------
blog: http://tim.mackey.ie
> Hello,
>
[quoted text clipped - 29 lines]
>
> ant
Ant - 17 Sep 2005 15:56 GMT
Thanks, good advice, unfortunately I don't have an ASP site at hand to try
with. I've decided to just reinstall the lot.
Thanks very much for your thoughts on it though
Ant
> hi ant,
> can you check that .net 1.1 is actually working, by running an asp.net site
[quoted text clipped - 38 lines]
> >
> > ant
Tim_Mac - 18 Sep 2005 16:27 GMT
hi Ant,
to check if asp.net is working, you could just create a text file called
default.aspx with the following contents:
<%@ Page language="c#" %>
<%= DateTime.Now.ToString() %>
and browse to it through your local host virtual directory. sounds like you
probably will have it sorted by now though.
tim
--------------------------
blog: http://tim.mackey.ie
> Thanks, good advice, unfortunately I don't have an ASP site at hand to try
> with. I've decided to just reinstall the lot.
[quoted text clipped - 52 lines]
>> >
>> > ant
Ant - 19 Sep 2005 15:51 GMT
Hi Tim,
Well, I did as you suggested & it seems IIS does work when you browse from
the virtual directory.
I removed the framework & viusual studio & reinstalled. It still
unfortunately comes up with the same error message.
Thanks for your ideas anyway
Ant
Nick Malik [Microsoft] - 21 Sep 2005 04:07 GMT
What version of Visual studio do you have?

Signature
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
> Hello,
>
[quoted text clipped - 29 lines]
>
> ant
Nick Malik [Microsoft] - 21 Sep 2005 04:26 GMT
This thread may help... many solutions in there:
http://community.discountasp.net/default.aspx?f=17&m=2333

Signature
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
> Hello,
>
[quoted text clipped - 29 lines]
>
> ant