473,748 Members | 2,353 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help required setting up web based application

I would like to change our web site to show the products using a catalog
style of presentation.
MS have a free template called "ecommerces dk". 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
Nov 21 '05 #1
6 2385
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" <da***@orbitcom s.com> wrote in message
news:Oa******** ******@TK2MSFTN GP10.phx.gbl...
I would like to change our web site to show the products using a catalog
style of presentation.
MS have a free template called "ecommerces dk". 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

Nov 21 '05 #2
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 "Webapplication 1", 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:%2******** ********@TK2MSF TNGP09.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 project.

HTH

DalePres
MCAD, MCDBA, MCSE

"David" <da***@orbitcom s.com> wrote in message
news:Oa******** ******@TK2MSFTN GP10.phx.gbl...
I would like to change our web site to show the products using a catalog
style of presentation.
MS have a free template called "ecommerces dk". 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


Nov 21 '05 #3
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
Nov 21 '05 #4
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_REG IIS /I" from within the
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322 folder (or appropriate path if
your intallation is different.

HTH

DalePres

"David" <da***@orbitcom s.com> wrote in message
news:u$******** ******@TK2MSFTN GP14.phx.gbl...
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 "Webapplication 1", 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:%2******** ********@TK2MSF TNGP09.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 project.

HTH

DalePres
MCAD, MCDBA, MCSE

"David" <da***@orbitcom s.com> wrote in message
news:Oa******** ******@TK2MSFTN GP10.phx.gbl...
>I would like to change our web site to show the products using a catalog
> style of presentation.
> MS have a free template called "ecommerces dk". 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
>
>



Nov 21 '05 #5
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%******** ********@TK2MSF TNGP14.phx.gbl. ..
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_REG IIS /I" from within the
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322 folder (or appropriate path if your intallation is different.

HTH

DalePres

"David" <da***@orbitcom s.com> wrote in message
news:u$******** ******@TK2MSFTN GP14.phx.gbl...
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 "Webapplication 1", 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:%2******** ********@TK2MSF TNGP09.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 project.
HTH

DalePres
MCAD, MCDBA, MCSE

"David" <da***@orbitcom s.com> wrote in message
news:Oa******** ******@TK2MSFTN GP10.phx.gbl...
>I would like to change our web site to show the products using a catalog > style of presentation.
> MS have a free template called "ecommerces dk". 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
>
>



Nov 21 '05 #6
Glad it worked for you.

DalePres

"David" <da***@orbitcom s.com> wrote in message
news:u6******** ******@TK2MSFTN GP15.phx.gbl...
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%******** ********@TK2MSF TNGP14.phx.gbl. ..
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_REG IIS /I" from within the
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322 folder (or appropriate path

if
your intallation is different.

HTH

DalePres

"David" <da***@orbitcom s.com> wrote in message
news:u$******** ******@TK2MSFTN GP14.phx.gbl...
> 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 "Webapplication 1", 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:%2******** ********@TK2MSF TNGP09.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 project. >>
>> HTH
>>
>> DalePres
>> MCAD, MCDBA, MCSE
>>
>>
>>
>> "David" <da***@orbitcom s.com> wrote in message
>> news:Oa******** ******@TK2MSFTN GP10.phx.gbl...
>> >I would like to change our web site to show the products using a catalog >> > style of presentation.
>> > MS have a free template called "ecommerces dk". 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
>> >
>> >
>>
>>
>
>



Nov 21 '05 #7

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

Similar topics

1
2767
by: serge calderara | last post by:
dear all, I have problem accessing section group in my configuration application file. I got an error saying thta I can have only one section ???? here is my application configuration looks like: ================================================ <?xml version="1.0" encoding="utf-8" ?>
8
5478
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I debug it in PHP designer, it works with no problems, I get the test email. If
17
1976
by: VM | last post by:
In my Windows app, I'm running a batch process that's composed of a FOR loop that'll run 15,000 times (datatable row count), copy cthe data of each row -3 fields- to a struct, and send the strct to an external method (using DLLImport). The problem is that the processing speed is very inconsistent- it may run very FAST during certain points but then it runs VERY slow at other moments (especially when it's getting to the end of the table:...
7
1445
by: Douglas Robson | last post by:
Ok, I've removed the MyItem class which is found in References.cs and replaced it with a reference to the namespace that has MyItem in it. I've also got rid of the tag at the top of the MyItem class. the web service works now, only the problem is, it only returns objects which are created by the default constructor. public MyItem getMyItem() {
3
4870
by: Kris van der Mast | last post by:
Hi, I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be protected by forms authentication. When I create forms authentication at root level it works but when I move my code up to the subfolder I get this error: Server Error in '/TestProjects/FormsAuthenticationTestingArea' Application.
1
4358
by: treelife | last post by:
I'm getting and internal server error when | run the following mod_python script. I am actually trying to run Django. Script: from mod_python import apache def handler(req): req.content_type = 'text/plain' req.write("Under Construction")
0
5573
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted ******************************************************** For this teeny job, please refer to: http://feeds.reddit.com/feed/8fu/?o=25
5
3306
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name? Why do I need to set a property within my code to the service name? Are all these required or am I just doing this for consistency purposes?
2
2677
by: horlbecm | last post by:
I am having a problems in with relation to time formats and would greatly appreciate any help. The excel file I am writing the code for uses a Userform to prompt the user to select a file with various data - .txt format. I have to use the delimited options to preserve all the required data in separate cells (i.e. I can't paste into clipboard and then bring it into Excel as text). The problem is that the source program for the .txt file...
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9326
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9249
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6796
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4877
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.