473,503 Members | 1,888 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1681
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
6011
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
1380
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
1199
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
285
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
1876
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
1141
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
2699
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
1603
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
1411
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
7205
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
7093
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
7287
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,...
1
7006
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...
0
5592
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4685
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...
0
3175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3166
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
397
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...

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.