473,398 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Can creat asp.net apps

Hi

When I try to cerate an asp.net web app I get this message; '...the
specified server is not running asp.net 1.1..."

I have installed vs.net 2003 (net framework 1.1). What else do I need to
develop and run asp.net apps on my localhost?

Thanks

Regards
Nov 17 '05 #1
5 1118
Do you have IIS installed on your local machine?

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi

When I try to cerate an asp.net web app I get this message; '...the
specified server is not running asp.net 1.1..."

I have installed vs.net 2003 (net framework 1.1). What else do I need to
develop and run asp.net apps on my localhost?

Thanks

Regards

Nov 17 '05 #2
yep, & asp apps work fine.

regards

"Daniel Rimmelzwaan" <ri*********@xhotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Do you have IIS installed on your local machine?

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi

When I try to cerate an asp.net web app I get this message; '...the
specified server is not running asp.net 1.1..."

I have installed vs.net 2003 (net framework 1.1). What else do I need to
develop and run asp.net apps on my localhost?

Thanks

Regards


Nov 17 '05 #3
Did you try running the aspnet_regiis.exe tool from a command prompt?

You open CMD and you browse to your
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder and then you type
aspnet_regiis -u to uninstall it. Then you type aspnet_regiis -i to install
it, which should start your ASP.NET. I think that will do the trick,
otherwise you may want to google aspnet_regiis and see what you can come up
with.

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:eX**************@TK2MSFTNGP11.phx.gbl...
yep, & asp apps work fine.

regards

"Daniel Rimmelzwaan" <ri*********@xhotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Do you have IIS installed on your local machine?

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi

When I try to cerate an asp.net web app I get this message; '...the
specified server is not running asp.net 1.1..."

I have installed vs.net 2003 (net framework 1.1). What else do I need to develop and run asp.net apps on my localhost?

Thanks

Regards



Nov 17 '05 #4
That worked. Thanks. Funny, reinstalling vs.net 2003 didn't help.

Regards
"Daniel Rimmelzwaan" <ri*********@xhotmail.com> wrote in message
news:ui**************@TK2MSFTNGP09.phx.gbl...
Did you try running the aspnet_regiis.exe tool from a command prompt?

You open CMD and you browse to your
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder and then you type
aspnet_regiis -u to uninstall it. Then you type aspnet_regiis -i to install it, which should start your ASP.NET. I think that will do the trick,
otherwise you may want to google aspnet_regiis and see what you can come up with.

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:eX**************@TK2MSFTNGP11.phx.gbl...
yep, & asp apps work fine.

regards

"Daniel Rimmelzwaan" <ri*********@xhotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Do you have IIS installed on your local machine?

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
> Hi
>
> When I try to cerate an asp.net web app I get this message; '...the
> specified server is not running asp.net 1.1..."
>
> I have installed vs.net 2003 (net framework 1.1). What else do I
need
to > develop and run asp.net apps on my localhost?
>
> Thanks
>
> Regards
>
>



Nov 17 '05 #5
Tell me about it, I've gone from "I can't make this code work for me" to
"NOW what did Microsoft screw up for me" in a matter of weeks :) When I
called their support they didn't even look at my code, but went straight
into system settings and configuration files.

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:Os**************@TK2MSFTNGP11.phx.gbl...
That worked. Thanks. Funny, reinstalling vs.net 2003 didn't help.

Regards
"Daniel Rimmelzwaan" <ri*********@xhotmail.com> wrote in message
news:ui**************@TK2MSFTNGP09.phx.gbl...
Did you try running the aspnet_regiis.exe tool from a command prompt?

You open CMD and you browse to your
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder and then you type
aspnet_regiis -u to uninstall it. Then you type aspnet_regiis -i to

install
it, which should start your ASP.NET. I think that will do the trick,
otherwise you may want to google aspnet_regiis and see what you can come

up
with.

"John" <jo**@nospam.infovis.co.uk> wrote in message
news:eX**************@TK2MSFTNGP11.phx.gbl...
yep, & asp apps work fine.

regards

"Daniel Rimmelzwaan" <ri*********@xhotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
> Do you have IIS installed on your local machine?
>
> "John" <jo**@nospam.infovis.co.uk> wrote in message
> news:%2****************@TK2MSFTNGP11.phx.gbl...
> > Hi
> >
> > When I try to cerate an asp.net web app I get this message; '...the > > specified server is not running asp.net 1.1..."
> >
> > I have installed vs.net 2003 (net framework 1.1). What else do I

need
to
> > develop and run asp.net apps on my localhost?
> >
> > Thanks
> >
> > Regards
> >
> >
>
>



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: bohemia | last post by:
Hi all, I using visual c++ to creat a dll to wrapper a class that provided by another library.So I add the .lib to my win32 dll project under the link .and in my project I add some header files...
1
by: Timo | last post by:
Hi there, This is my first time here,.....I am a Perl developer by trade but currently working on Access database. Anyway,...I use this artical from Microsoft knowldge base number (285820) to...
18
by: blossoming_hearts | last post by:
now i have problem i.e how 2 creat a web browser ? can any1 help me on this which languge i need 2 know what other things i need 2 know to make a web browser ? plz. help
3
by: ironpythonster | last post by:
Hi everyone,there is a simply question puzzle me: Under the CPP,where can use the char* to creat a string class for use,but under the .NET Framework? How to use C# to creat a string class as the...
0
by: dhanuka | last post by:
please i need u are help ! i would like to creat programe can not be affect in end task as we creat program in vb in that program can be remove through end task program so i need the program to...
0
by: dhanuka | last post by:
plese!dhanuka@gmail.com i need your help i hop to creat artificial intaligon program dut i have not good in vb i want to creat programe but it is hase to be easy and can be undestand well need...
1
by: dhanuka | last post by:
hai i hop to creat a program in vb, it must be a registration form through the program we have to add some details for this program Ex - we have to add some persons details i can creat that...
3
akashazad
by: akashazad | last post by:
Hi guys in my application (VB6.0). I want to creat a folder in to which i want to creat a text file . so is there any one who can give me code for that . ...
0
by: Jason7899 | last post by:
hi, i use the crystal report for creat reports and print all that i want in vb or vb.net now i looking for a such like crystal report for use in php or html all data is retrieve from a mysql...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.