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

Just starting to learn.?? Why does not my asp app run?

Hi.

I am just startin to learn asp.net.
Have developed a small test on my dev w2k mashine (vb.net).
Localy everything and from my laptop calling my dev machine it works fine.
But when I build a setup and install on my laptop all I can get is what
seems to be the pure html code in default.aspx.
I have also installed vb.net on the laptop.
Have made a copy of the project on the laptop and i desing it looks like it
should, why not in the browser.
Guess there is some security i have missed.

Any ideas?

Thanks

Morten


Jul 19 '05 #1
1 1673
There are several possible problems which I cannot
determine because of a lack of information.

The following steps should make your application work.

1. In VS.net in your solution explorer, select the project
file.
2. A copy icon will appear above it.
3. Click the copy icon.
4. A dialog will appear asking you to copy the project.
5. In the destination folder it will automatically prepend
copy_of_ to your project name. You can change this if you
like.
6. Keep the following default options.
a. Front Page
b. Copy only files needed to run this application.

This create a new virtual directory in IIS and will copy
all the files necessary to run the application to that new
directory.

7. Browse to c:\inetpub\wwwroot\copy_of_Your_Project.
8. Copy this folder to your destination server.
9. Create a virtual directory under the Defalut Web Site
in IIS.
10. Set the path to the location where you placed your
files in step 8.
11. Open a browser and type
http://localhost/VirtualDirectoryName/default.aspx

Your application should now run.
Keep in mind that you must be running IIS 5.0 or greater
with the .net framework on the web server in which you are
serving the web application.

Hope that helps,

Billy Jacobs
-----Original Message-----
Hi.

I am just startin to learn asp.net.
Have developed a small test on my dev w2k mashine (vb.net).Localy everything and from my laptop calling my dev machine it works fine.But when I build a setup and install on my laptop all I can get is whatseems to be the pure html code in default.aspx.
I have also installed vb.net on the laptop.
Have made a copy of the project on the laptop and i desing it looks like itshould, why not in the browser.
Guess there is some security i have missed.

Any ideas?

Thanks

Morten


.

Jul 19 '05 #2

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

Similar topics

99
by: Jim Hubbard | last post by:
It seems that Microsoft not only does not need the classic Visual Basic developer army (the largest army of developers the world has ever seen), but now they don't need ANY Windows developer at a...
13
by: Lumpierbritches | last post by:
I'm curious as to why some questions posted here get results and solutions, while others are answered in a seemingly foreign language and I can't begin to comprehend or understand the answers that...
3
by: Thomas Wenzl [MVP] | last post by:
Hello, Initial situation: - ASP.NET application. - Users upload a file - that file has to be converted into another file format using a unmanged application that uses a lot of COM components ...
2
by: Morten | last post by:
Hi. I am just startin to learn asp.net. Have developed a small test on my dev w2k mashine (vb.net). Localy everything and from my laptop calling my dev machine it works fine. But when I build a...
6
by: MC felon | last post by:
Hi. I've just about learnt object oriented programming, operation of pointers, dereferencing of the same, functions and all other basic manipulations. Now, recently, i made the big leap to the...
2
pr00xysp00f3r
by: pr00xysp00f3r | last post by:
I am just starting to learn PHP and as I read through my textbook, I am uploading the code examples, to try them out and get hands-on experience and all have worked up until this point. I am just...
34
by: Umesh | last post by:
I want to extract a string abc*xyz from a text file. * indicates arbitrary no. of characters. I'm only able to do it when the string has definite no. of characters or the string length is...
3
by: RDMomcilovic | last post by:
Hi I am just beggining to learn c++ and i just wondered weather any1 had any tips for me to help me to learn more efficiantly or just make a different kinda program insted of just "hello world" ...
5
by: jmDesktop | last post by:
Hi, I would like to start using Python, but am unsure where to begin. I know how to look up a tutorial and learn the language, but not what all technologies to use. I saw references to plain...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.