473,388 Members | 1,426 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,388 software developers and data experts.

Deployed ASPNET1.1 app doesn't work

HI

I just deploy my ASPNET 1.1 app to a laptop production machine with WinXP
professional, the process I did was:

Just like the book says:

I install the .NET 1.1 redistributable
I install IIS with server extensions
I copy the app to a folder
I create a Virtual Directory
I configure the Extension to the virtual directory

I check that the IIS configuration on my developer machine is the same on
the production machine, but when I call the main page of the app then the
IIS keep processing but the page is never shown

What Am I missing?

Thaks

May 24 '06 #1
5 972
hmmm....
Is the Aspnet worker process running and how are you calling the page?
are html extensions file showsing from the browser..
elaborate
Patrick

"Kenny M." <Ke****@discussions.microsoft.com> wrote in message
news:9D**********************************@microsof t.com...
HI

I just deploy my ASPNET 1.1 app to a laptop production machine with WinXP
professional, the process I did was:

Just like the book says:

I install the .NET 1.1 redistributable
I install IIS with server extensions
I copy the app to a folder
I create a Virtual Directory
I configure the Extension to the virtual directory

I check that the IIS configuration on my developer machine is the same on
the production machine, but when I call the main page of the app then the
IIS keep processing but the page is never shown

What Am I missing?

Thaks

May 24 '06 #2
re:
I install the .NET 1.1 redistributable
I install IIS with server extensions
I copy the app to a folder
I create a Virtual Directory
I configure the Extension to the virtual directory
Try this order the next time :

1. I install IIS with server extensions
2. I install the .NET 1.1 redistributable
3. I copy the app to a folder
4. I create a Virtual Directory
5. I configure the Extension to the virtual directory

At this point all that you may need to do is register the .Net Framework with IIS:

from a command window in the .Net Framework 1.1 directory
( Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 )
run the following command :

aspnet_regiis -i

That is necessary because you installed the .Net Framework before installing IIS.

One question for you...

What do you configure when you say you : I configure the Extension to the virtual directory
?

Do you mean the default document ?


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Kenny M." <Ke****@discussions.microsoft.com> wrote in message
news:9D**********************************@microsof t.com... HI

I just deploy my ASPNET 1.1 app to a laptop production machine with WinXP
professional, the process I did was:

Just like the book says:

I install the .NET 1.1 redistributable
I install IIS with server extensions
I copy the app to a folder
I create a Virtual Directory
I configure the Extension to the virtual directory

I check that the IIS configuration on my developer machine is the same on
the production machine, but when I call the main page of the app then the
IIS keep processing but the page is never shown

What Am I missing?

Thaks

May 24 '06 #3
hi thank for the response..

today I'll be reinstalling everything in the order you gave me, when I
configure the extension in the web server I mean I did right click on Default
Web Site and select New Server Extensions Web from the pop-up menu and follow
the instructions about the new sub web I did that because that is what I have
on mybook. Should I do that?

I'm running a ASP default.aspx page as my start page, I did a test creating
a new virtual folder and copying a simple HTML page saying HELLO and that
works fine, so I think the problem is with the aspx ext, because in that case
IIS hang out showing nothing and trying to process the page.

But I execute the aspnet_iisreg –I and nothing happened, so I think the
order of the installation is the only thing I havent do right

May 24 '06 #4
hi thank for the response..

today I'll be reinstalling everything in the order you gave me, when I
configure the extension in the web server I mean I did right click on Default
Web Site and select New Server Extensions Web from the pop-up menu and follow
the instructions about the new sub web I did that because that is what I have
on mybook. Should I do that?

I'm running a ASP default.aspx page as my start page, I did a test creating
a new virtual folder and copying a simple HTML page saying HELLO and that
works fine, so I think the problem is with the aspx ext, because in that case
IIS hang out showing nothing and trying to process the page.

But I execute the aspnet_iisreg –I and nothing happened, so I think the
order of the installation is the only thing I havent do right

May 24 '06 #5
Well I already reinstall in the order you told me and nothing happend IIs
Hangs totally loading de default.aspx page ?

What can I do?

--
Kenny M.
"Juan T. Llibre" wrote:
re:
I install the .NET 1.1 redistributable
I install IIS with server extensions
I copy the app to a folder
I create a Virtual Directory
I configure the Extension to the virtual directory


Try this order the next time :

1. I install IIS with server extensions
2. I install the .NET 1.1 redistributable
3. I copy the app to a folder
4. I create a Virtual Directory
5. I configure the Extension to the virtual directory

At this point all that you may need to do is register the .Net Framework with IIS:

from a command window in the .Net Framework 1.1 directory
( Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 )
run the following command :

aspnet_regiis -i

That is necessary because you installed the .Net Framework before installing IIS.

One question for you...

What do you configure when you say you :
I configure the Extension to the virtual directory


?

Do you mean the default document ?


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Kenny M." <Ke****@discussions.microsoft.com> wrote in message
news:9D**********************************@microsof t.com...
HI

I just deploy my ASPNET 1.1 app to a laptop production machine with WinXP
professional, the process I did was:

Just like the book says:

I install the .NET 1.1 redistributable
I install IIS with server extensions
I copy the app to a folder
I create a Virtual Directory
I configure the Extension to the virtual directory

I check that the IIS configuration on my developer machine is the same on
the production machine, but when I call the main page of the app then the
IIS keep processing but the page is never shown

What Am I missing?

Thaks


May 24 '06 #6

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

Similar topics

1
by: solex | last post by:
If you have, can you please point me in the right direction as to how to get this to work. TIA, Dan
0
by: Jozef | last post by:
I would like to deploy an Access database with an SQL/MSDE back end. I usually use the Office Developers Edition Package and Deployment wizard to deploy things, but I've never deployed an SQL/MSDE...
1
by: Brian | last post by:
I've looked through the previous posts on this one and have verified permissions and location of my Dlls, but I am still getting an exception when I try to Load an assembly. The directory where...
8
by: nick | last post by:
I have a problem and I've been using a cheezy work around and was wondering if anyone else out there has a better solution. The problem: Let's say I have a web application appA. Locally, I set...
0
by: treilly via DotNetMonster.com | last post by:
Hi all, I have been trying to figure this out for about 4 hours and it's driving me nuts. I have a .net script that parses through an xml file and creates several controls on a page. ...
9
by: jeff | last post by:
Hi All. I realize that when my Deployed winforms application starts, Windows needs to load the .net 2 framework before control is given to my application.... Is there anyway to either ... -...
0
by: KronicDeth | last post by:
I have a package of python modules deployed on an NFS mount on my network that I use for sysadmin tools. Since some of the machines use different versions of python I've only put the .py files in...
1
by: JimCinLA | last post by:
I have Requierd Field validators with several controls on a form. The Requires Validation property on the fields are set to True. In Debug mode, the validators work as expected. If the fields are...
3
by: DR | last post by:
I set my database to trustworthy and deployed this clr stored proc as unsafe ok but when i run this it returns 1 each time. as if ival keeps getting set back to 0 each time i call this clr stored...
2
bencoding
by: bencoding | last post by:
I just deployed my website and it doesn't run as fast as it did locally. The css takes time to load, has anyone else had this problem?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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,...
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
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...

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.