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

Asp.net pages not displayed correctly

Hello, I am fairly new to asp.net so please be patient with me!
I am working on standing up a website to run alone on someones laptop. So
far, i have been working on the registration pages which are written in
asp.net c#, the rest of the pages are in asp. The website works fine on our
webserver, but when i try to get the website to run alone on the laptop the
asp.net pages do not display correctly. This problem needs to be fixed by the
end of today so if anyone can help, please reply.

ps I am just an intern at our company, my supervisor wrote the rest of the
website, and he is conviently gone this week! I have been able to get the
website up and going, all the asp pages display fine, its just the asp.net
pages that are incorrect. I am running .net framework 1.1 and iis 5.1. I am
currently in the process of reinstalling both of them, upgrading to .net
framework 2.0.
Nov 19 '05 #1
4 1603
I've often had the problem, where i installed the .NET framework and then
IIS.

They need to be installed in the opposite order, or the aspx extension is
not registered with IIS
i.e.
Install IIS
Then .NET framework.

Running the aspnet_regiis -i might overcome this problem as well

oh, and a way to check if this is the problem
Open IIS
Go to you default website and right click and click properties
Click the 'Home Directory' tab
Click 'Configuration'
Check if the aspx extension is included in the extension list
If its not there, thats the problem

Hope that can help you

"bahr" <na*********@gmail.com> wrote in message
news:B9**********************************@microsof t.com...
Hello, I am fairly new to asp.net so please be patient with me!
I am working on standing up a website to run alone on someones laptop. So
far, i have been working on the registration pages which are written in
asp.net c#, the rest of the pages are in asp. The website works fine on
our
webserver, but when i try to get the website to run alone on the laptop
the
asp.net pages do not display correctly. This problem needs to be fixed by
the
end of today so if anyone can help, please reply.

ps I am just an intern at our company, my supervisor wrote the rest of the
website, and he is conviently gone this week! I have been able to get the
website up and going, all the asp pages display fine, its just the asp.net
pages that are incorrect. I am running .net framework 1.1 and iis 5.1. I
am
currently in the process of reinstalling both of them, upgrading to .net
framework 2.0.

Nov 19 '05 #2
Thanks for your input, I have already uninstalled IIS so i can not check to
see if the aspx extension was listed or not, but i will make sure to install
them in the correct order. Also, is there any need for the .net framework SDK
v2.0? I installed the .net framework v2.0 but the SDK is taking forever to
download (very slow network). Just asking because if i dont have to wait for
it to download that would save me about and hour and a half.

"Grant Merwitz" wrote:
I've often had the problem, where i installed the .NET framework and then
IIS.

They need to be installed in the opposite order, or the aspx extension is
not registered with IIS
i.e.
Install IIS
Then .NET framework.

Running the aspnet_regiis -i might overcome this problem as well

oh, and a way to check if this is the problem
Open IIS
Go to you default website and right click and click properties
Click the 'Home Directory' tab
Click 'Configuration'
Check if the aspx extension is included in the extension list
If its not there, thats the problem

Hope that can help you

"bahr" <na*********@gmail.com> wrote in message
news:B9**********************************@microsof t.com...
Hello, I am fairly new to asp.net so please be patient with me!
I am working on standing up a website to run alone on someones laptop. So
far, i have been working on the registration pages which are written in
asp.net c#, the rest of the pages are in asp. The website works fine on
our
webserver, but when i try to get the website to run alone on the laptop
the
asp.net pages do not display correctly. This problem needs to be fixed by
the
end of today so if anyone can help, please reply.

ps I am just an intern at our company, my supervisor wrote the rest of the
website, and he is conviently gone this week! I have been able to get the
website up and going, all the asp pages display fine, its just the asp.net
pages that are incorrect. I am running .net framework 1.1 and iis 5.1. I
am
currently in the process of reinstalling both of them, upgrading to .net
framework 2.0.


Nov 19 '05 #3
SDK is just the developer reference, it is not needed to run .net
applications.
All you need is the .NET framework redistributable

"bahr" <na*********@gmail.com> wrote in message
news:2D**********************************@microsof t.com...
Thanks for your input, I have already uninstalled IIS so i can not check
to
see if the aspx extension was listed or not, but i will make sure to
install
them in the correct order. Also, is there any need for the .net framework
SDK
v2.0? I installed the .net framework v2.0 but the SDK is taking forever
to
download (very slow network). Just asking because if i dont have to wait
for
it to download that would save me about and hour and a half.

"Grant Merwitz" wrote:
I've often had the problem, where i installed the .NET framework and then
IIS.

They need to be installed in the opposite order, or the aspx extension is
not registered with IIS
i.e.
Install IIS
Then .NET framework.

Running the aspnet_regiis -i might overcome this problem as well

oh, and a way to check if this is the problem
Open IIS
Go to you default website and right click and click properties
Click the 'Home Directory' tab
Click 'Configuration'
Check if the aspx extension is included in the extension list
If its not there, thats the problem

Hope that can help you

"bahr" <na*********@gmail.com> wrote in message
news:B9**********************************@microsof t.com...
> Hello, I am fairly new to asp.net so please be patient with me!
> I am working on standing up a website to run alone on someones laptop.
> So
> far, i have been working on the registration pages which are written in
> asp.net c#, the rest of the pages are in asp. The website works fine on
> our
> webserver, but when i try to get the website to run alone on the laptop
> the
> asp.net pages do not display correctly. This problem needs to be fixed
> by
> the
> end of today so if anyone can help, please reply.
>
> ps I am just an intern at our company, my supervisor wrote the rest of
> the
> website, and he is conviently gone this week! I have been able to get
> the
> website up and going, all the asp pages display fine, its just the
> asp.net
> pages that are incorrect. I am running .net framework 1.1 and iis 5.1.
> I
> am
> currently in the process of reinstalling both of them, upgrading to
> .net
> framework 2.0.


Nov 19 '05 #4
All right, finally got everything reinstalled and it works, the extensions
are listed. At first i had a problem with parsing the pages but i figured out
that it was a problem with permissions, but now it is all working fine,
thanks alot for your help!
Nov 19 '05 #5

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

Similar topics

5
by: pmelies | last post by:
One of our web servers is not handling requests for ASP.net pages. We get a "A dynamic link library (DLL) initialization routine failed." error message, though nothing is recorded in the event...
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
4
by: Frankie | last post by:
I'm writing a small C# utility application that creates new Web Sites via ADSI. It seems to work just fine for the most part -- meaning that IIS Metabase entries look either identical or "different...
2
by: MarkusPoehler | last post by:
After saving TEXT combined with HTML Tags into a HTM File by ASP.NET using filestream, the HTM Files is not displayed correctly in IE. Umlaute & e.g. € (Euro Sign) are not shown, I get some wrong...
17
by: Rob R. Ainscough | last post by:
Again another simple concept that appears NOT to be intuitive or I'm just stupid. I've read the WROX book and the example doesn't actually show how the .master page links in the other content...
3
by: Bart Van der Donck | last post by:
Hello, I'm having a hard time trying to configure printed output that consists of multiple pages. The idea is the following: <div style=" border: 1px solid blue; position: absolute; top:...
2
by: mwhite | last post by:
Hi, I am adding a security layer to a company intranet, which is written in classic ASP. The company have said they do not want to pay for re-writing the site, and I have managed to get Forms...
0
by: Andy Lim | last post by:
Hi all, In my recent project, my client uses Chinese Star software to type the articles in chinese (using MS Word), and I need to display these articles within ASP.NET pages. And, for this very...
1
by: thavaht | last post by:
I recently began drawing dynamic pages using PHP + MYSQL. I’m developing the site on windows XP / Apache 1.3.34 / PHP 5.1.2 as a testing server. My publishing server is on another machine on the...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.