Connecting Tech Pros Worldwide Forums | Help | Site Map

Help required setting up web based application

David
Guest
 
Posts: n/a
#1: Nov 21 '05
I would like to change our web site to show the products using a catalog
style of presentation.
MS have a free template called "ecommercesdk". Though I don't need the cart
side, the database format looks good.

I tried to run the application from VB.NET 2003 but could not load the
program (Kept asking for URL to web based application and I typed in the
http://localhost/... but it kept advising same error.

I have Windows 2000 Professional running and installed IIS. I also have MSDE
running locally.
The help file in VB mentioned the need of a web server, do I need something
in addition to the components I am running to write a web based application
or is there something I have not set up correctly.

Any info for a nofice would be much appreciated.

Thanks



DalePres
Guest
 
Posts: n/a
#2: Nov 21 '05

re: Help required setting up web based application


Make sure that you create an IIS application for the web project using the
IIS Administrator management console. You may also have to edit the
..webinfo file in notepad to set the correct web address for your project.

HTH

DalePres
MCAD, MCDBA, MCSE



"David" <david@orbitcoms.com> wrote in message
news:Oa2KqM8GFHA.1392@TK2MSFTNGP10.phx.gbl...[color=blue]
>I would like to change our web site to show the products using a catalog
> style of presentation.
> MS have a free template called "ecommercesdk". Though I don't need the
> cart
> side, the database format looks good.
>
> I tried to run the application from VB.NET 2003 but could not load the
> program (Kept asking for URL to web based application and I typed in the
> http://localhost/... but it kept advising same error.
>
> I have Windows 2000 Professional running and installed IIS. I also have
> MSDE
> running locally.
> The help file in VB mentioned the need of a web server, do I need
> something
> in addition to the components I am running to write a web based
> application
> or is there something I have not set up correctly.
>
> Any info for a nofice would be much appreciated.
>
> Thanks
>
>[/color]


David
Guest
 
Posts: n/a
#3: Nov 21 '05

re: Help required setting up web based application


Dalepres,

Thank you for the reply.
How do I create the IIS application ?

If I open the IIS management under "My Computer, Manage, ISS Services" I see
a Default Web Site" and status is running.
If I browse this, I can see "Webapplication1", the first application I tried
to create.

In VB.Net, If I try to run the application, it now says "Visual Studio.Net
has detected that the specified Web Server is not running ASP.NET version1.1
You will be unable to run asp.net applications or services."

I am not sure what server this is refering to or what to do about it.

Thanks




"DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
news:%23rv$Xd8GFHA.3648@TK2MSFTNGP09.phx.gbl...[color=blue]
> Make sure that you create an IIS application for the web project using the
> IIS Administrator management console. You may also have to edit the
> .webinfo file in notepad to set the correct web address for your project.
>
> HTH
>
> DalePres
> MCAD, MCDBA, MCSE
>
>
>
> "David" <david@orbitcoms.com> wrote in message
> news:Oa2KqM8GFHA.1392@TK2MSFTNGP10.phx.gbl...[color=green]
> >I would like to change our web site to show the products using a catalog
> > style of presentation.
> > MS have a free template called "ecommercesdk". Though I don't need the
> > cart
> > side, the database format looks good.
> >
> > I tried to run the application from VB.NET 2003 but could not load the
> > program (Kept asking for URL to web based application and I typed in the
> > http://localhost/... but it kept advising same error.
> >
> > I have Windows 2000 Professional running and installed IIS. I also have
> > MSDE
> > running locally.
> > The help file in VB mentioned the need of a web server, do I need
> > something
> > in addition to the components I am running to write a web based
> > application
> > or is there something I have not set up correctly.
> >
> > Any info for a nofice would be much appreciated.
> >
> > Thanks
> >
> >[/color]
>
>[/color]


Cor Ligthert
Guest
 
Posts: n/a
#4: Nov 21 '05

re: Help required setting up web based application


David,

You probably have to install the Framework again after the install of IIS.

I thought that this sequence was needed.
(And dont forget than direct to install the SP1 for Framework 1.1 after
that).

I hope this helps?

Cor


DalePres
Guest
 
Posts: n/a
#5: Nov 21 '05

re: Help required setting up web based application


In the left hand column of your IIS admin window, find your application
folder under the default website. it should be a sort of globe looking
icon, not a folder icon. If it is a folder icon, right click the folder and
choose properties.

In the Virtual Directory tab, if you have a Create button, then click it.
If you have a Remove button, then the application already exists.

Then, along the lines of what Cor Ligthert said, you need to run
"ASPNET_REGIIS /I" from within the
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder (or appropriate path if
your intallation is different.

HTH

DalePres

"David" <david@orbitcoms.com> wrote in message
news:u$tPwZ9GFHA.4060@TK2MSFTNGP14.phx.gbl...[color=blue]
> Dalepres,
>
> Thank you for the reply.
> How do I create the IIS application ?
>
> If I open the IIS management under "My Computer, Manage, ISS Services" I
> see
> a Default Web Site" and status is running.
> If I browse this, I can see "Webapplication1", the first application I
> tried
> to create.
>
> In VB.Net, If I try to run the application, it now says "Visual
> Studio.Net
> has detected that the specified Web Server is not running ASP.NET
> version1.1
> You will be unable to run asp.net applications or services."
>
> I am not sure what server this is refering to or what to do about it.
>
> Thanks
>
>
>
>
> "DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
> news:%23rv$Xd8GFHA.3648@TK2MSFTNGP09.phx.gbl...[color=green]
>> Make sure that you create an IIS application for the web project using
>> the
>> IIS Administrator management console. You may also have to edit the
>> .webinfo file in notepad to set the correct web address for your project.
>>
>> HTH
>>
>> DalePres
>> MCAD, MCDBA, MCSE
>>
>>
>>
>> "David" <david@orbitcoms.com> wrote in message
>> news:Oa2KqM8GFHA.1392@TK2MSFTNGP10.phx.gbl...[color=darkred]
>> >I would like to change our web site to show the products using a catalog
>> > style of presentation.
>> > MS have a free template called "ecommercesdk". Though I don't need the
>> > cart
>> > side, the database format looks good.
>> >
>> > I tried to run the application from VB.NET 2003 but could not load the
>> > program (Kept asking for URL to web based application and I typed in
>> > the
>> > http://localhost/... but it kept advising same error.
>> >
>> > I have Windows 2000 Professional running and installed IIS. I also have
>> > MSDE
>> > running locally.
>> > The help file in VB mentioned the need of a web server, do I need
>> > something
>> > in addition to the components I am running to write a web based
>> > application
>> > or is there something I have not set up correctly.
>> >
>> > Any info for a nofice would be much appreciated.
>> >
>> > Thanks
>> >
>> >[/color]
>>
>>[/color]
>
>[/color]


David
Guest
 
Posts: n/a
#6: Nov 21 '05

re: Help required setting up web based application


Thanks,

That works. I installed dotnnet framework again and then setup the IIS in
the manager and finally registered at command prompt.




"DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
news:e%23FQWpAHFHA.3312@TK2MSFTNGP14.phx.gbl...[color=blue]
> In the left hand column of your IIS admin window, find your application
> folder under the default website. it should be a sort of globe looking
> icon, not a folder icon. If it is a folder icon, right click the folder[/color]
and[color=blue]
> choose properties.
>
> In the Virtual Directory tab, if you have a Create button, then click it.
> If you have a Remove button, then the application already exists.
>
> Then, along the lines of what Cor Ligthert said, you need to run
> "ASPNET_REGIIS /I" from within the
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder (or appropriate path[/color]
if[color=blue]
> your intallation is different.
>
> HTH
>
> DalePres
>
> "David" <david@orbitcoms.com> wrote in message
> news:u$tPwZ9GFHA.4060@TK2MSFTNGP14.phx.gbl...[color=green]
> > Dalepres,
> >
> > Thank you for the reply.
> > How do I create the IIS application ?
> >
> > If I open the IIS management under "My Computer, Manage, ISS Services" I
> > see
> > a Default Web Site" and status is running.
> > If I browse this, I can see "Webapplication1", the first application I
> > tried
> > to create.
> >
> > In VB.Net, If I try to run the application, it now says "Visual
> > Studio.Net
> > has detected that the specified Web Server is not running ASP.NET
> > version1.1
> > You will be unable to run asp.net applications or services."
> >
> > I am not sure what server this is refering to or what to do about it.
> >
> > Thanks
> >
> >
> >
> >
> > "DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
> > news:%23rv$Xd8GFHA.3648@TK2MSFTNGP09.phx.gbl...[color=darkred]
> >> Make sure that you create an IIS application for the web project using
> >> the
> >> IIS Administrator management console. You may also have to edit the
> >> .webinfo file in notepad to set the correct web address for your[/color][/color][/color]
project.[color=blue][color=green][color=darkred]
> >>
> >> HTH
> >>
> >> DalePres
> >> MCAD, MCDBA, MCSE
> >>
> >>
> >>
> >> "David" <david@orbitcoms.com> wrote in message
> >> news:Oa2KqM8GFHA.1392@TK2MSFTNGP10.phx.gbl...
> >> >I would like to change our web site to show the products using a[/color][/color][/color]
catalog[color=blue][color=green][color=darkred]
> >> > style of presentation.
> >> > MS have a free template called "ecommercesdk". Though I don't need[/color][/color][/color]
the[color=blue][color=green][color=darkred]
> >> > cart
> >> > side, the database format looks good.
> >> >
> >> > I tried to run the application from VB.NET 2003 but could not load[/color][/color][/color]
the[color=blue][color=green][color=darkred]
> >> > program (Kept asking for URL to web based application and I typed in
> >> > the
> >> > http://localhost/... but it kept advising same error.
> >> >
> >> > I have Windows 2000 Professional running and installed IIS. I also[/color][/color][/color]
have[color=blue][color=green][color=darkred]
> >> > MSDE
> >> > running locally.
> >> > The help file in VB mentioned the need of a web server, do I need
> >> > something
> >> > in addition to the components I am running to write a web based
> >> > application
> >> > or is there something I have not set up correctly.
> >> >
> >> > Any info for a nofice would be much appreciated.
> >> >
> >> > Thanks
> >> >
> >> >
> >>
> >>[/color]
> >
> >[/color]
>
>[/color]


DalePres
Guest
 
Posts: n/a
#7: Nov 21 '05

re: Help required setting up web based application


Glad it worked for you.

DalePres

"David" <david@orbitcoms.com> wrote in message
news:u66QkkSHFHA.3332@TK2MSFTNGP15.phx.gbl...[color=blue]
> Thanks,
>
> That works. I installed dotnnet framework again and then setup the IIS in
> the manager and finally registered at command prompt.
>
>
>
>
> "DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
> news:e%23FQWpAHFHA.3312@TK2MSFTNGP14.phx.gbl...[color=green]
>> In the left hand column of your IIS admin window, find your application
>> folder under the default website. it should be a sort of globe looking
>> icon, not a folder icon. If it is a folder icon, right click the folder[/color]
> and[color=green]
>> choose properties.
>>
>> In the Virtual Directory tab, if you have a Create button, then click it.
>> If you have a Remove button, then the application already exists.
>>
>> Then, along the lines of what Cor Ligthert said, you need to run
>> "ASPNET_REGIIS /I" from within the
>> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder (or appropriate path[/color]
> if[color=green]
>> your intallation is different.
>>
>> HTH
>>
>> DalePres
>>
>> "David" <david@orbitcoms.com> wrote in message
>> news:u$tPwZ9GFHA.4060@TK2MSFTNGP14.phx.gbl...[color=darkred]
>> > Dalepres,
>> >
>> > Thank you for the reply.
>> > How do I create the IIS application ?
>> >
>> > If I open the IIS management under "My Computer, Manage, ISS Services"
>> > I
>> > see
>> > a Default Web Site" and status is running.
>> > If I browse this, I can see "Webapplication1", the first application I
>> > tried
>> > to create.
>> >
>> > In VB.Net, If I try to run the application, it now says "Visual
>> > Studio.Net
>> > has detected that the specified Web Server is not running ASP.NET
>> > version1.1
>> > You will be unable to run asp.net applications or services."
>> >
>> > I am not sure what server this is refering to or what to do about it.
>> >
>> > Thanks
>> >
>> >
>> >
>> >
>> > "DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
>> > news:%23rv$Xd8GFHA.3648@TK2MSFTNGP09.phx.gbl...
>> >> Make sure that you create an IIS application for the web project using
>> >> the
>> >> IIS Administrator management console. You may also have to edit the
>> >> .webinfo file in notepad to set the correct web address for your[/color][/color]
> project.[color=green][color=darkred]
>> >>
>> >> HTH
>> >>
>> >> DalePres
>> >> MCAD, MCDBA, MCSE
>> >>
>> >>
>> >>
>> >> "David" <david@orbitcoms.com> wrote in message
>> >> news:Oa2KqM8GFHA.1392@TK2MSFTNGP10.phx.gbl...
>> >> >I would like to change our web site to show the products using a[/color][/color]
> catalog[color=green][color=darkred]
>> >> > style of presentation.
>> >> > MS have a free template called "ecommercesdk". Though I don't need[/color][/color]
> the[color=green][color=darkred]
>> >> > cart
>> >> > side, the database format looks good.
>> >> >
>> >> > I tried to run the application from VB.NET 2003 but could not load[/color][/color]
> the[color=green][color=darkred]
>> >> > program (Kept asking for URL to web based application and I typed in
>> >> > the
>> >> > http://localhost/... but it kept advising same error.
>> >> >
>> >> > I have Windows 2000 Professional running and installed IIS. I also[/color][/color]
> have[color=green][color=darkred]
>> >> > MSDE
>> >> > running locally.
>> >> > The help file in VB mentioned the need of a web server, do I need
>> >> > something
>> >> > in addition to the components I am running to write a web based
>> >> > application
>> >> > or is there something I have not set up correctly.
>> >> >
>> >> > Any info for a nofice would be much appreciated.
>> >> >
>> >> > Thanks
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >[/color]
>>
>>[/color]
>
>[/color]


Closed Thread