473,386 Members | 1,699 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,386 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 1676
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: 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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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...

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.