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

Which files on server ?

Hi

I've uploaded the .aspx files and Web.config file made in
VS.NET 2003 but I get this error http://empty-
site.org/Login.aspx . I did change the config file as
mentioned but with no luck . can somebody help ?

TIA

Tommy
Jul 21 '05 #1
9 1694
Did you upload the \bin directory too? This is where the compiled dll for
the code behind is located in.

Another posibility: maybe the web.config contains an error. Can you run the
application on your local machine?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in message
news:fd****************************@phx.gbl...
Hi

I've uploaded the .aspx files and Web.config file made in
VS.NET 2003 but I get this error http://empty-
site.org/Login.aspx . I did change the config file as
mentioned but with no luck . can somebody help ?

TIA

Tommy

Jul 21 '05 #2
Hi Jan

Thanks for helping out ! Yes I can run it locally and no
I did not upload the bin folder, do I have to upload all
the bin folder or just the .dll files ?

TIA

Tommy
-----Original Message-----
Did you upload the \bin directory too? This is where the compiled dll forthe code behind is located in.

Another posibility: maybe the web.config contains an error. Can you run theapplication on your local machine?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in messagenews:fd****************************@phx.gbl...
Hi

I've uploaded the .aspx files and Web.config file made in VS.NET 2003 but I get this error http://empty-
site.org/Login.aspx . I did change the config file as
mentioned but with no luck . can somebody help ?

TIA

Tommy

.

Jul 21 '05 #3
Acutally the dll's are enough. If you want additional information (e.g. the
source code) when an exceptions happens, you can also copy the pdb file.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in message
news:0d****************************@phx.gbl...
Hi Jan

Thanks for helping out ! Yes I can run it locally and no
I did not upload the bin folder, do I have to upload all
the bin folder or just the .dll files ?

TIA

Tommy
-----Original Message-----
Did you upload the \bin directory too? This is where the

compiled dll for
the code behind is located in.

Another posibility: maybe the web.config contains an

error. Can you run the
application on your local machine?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in

message
news:fd****************************@phx.gbl...
Hi

I've uploaded the .aspx files and Web.config file made in VS.NET 2003 but I get this error http://empty-
site.org/Login.aspx . I did change the config file as
mentioned but with no luck . can somebody help ?

TIA

Tommy

.

Jul 21 '05 #4
Hi Again Jan

I tried that with no succes, do you by any chance have
ICQ, Yahoo messenger or MSN messenger? I would be very
glad if you could help a totally newbie with this

TIA

Tommy
-----Original Message-----
Acutally the dll's are enough. If you want additional information (e.g. thesource code) when an exceptions happens, you can also copy the pdb file.
--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in messagenews:0d****************************@phx.gbl...
Hi Jan

Thanks for helping out ! Yes I can run it locally and no I did not upload the bin folder, do I have to upload all the bin folder or just the .dll files ?

TIA

Tommy
>-----Original Message-----
>Did you upload the \bin directory too? This is where the
compiled dll for
>the code behind is located in.
>
>Another posibility: maybe the web.config contains an

error. Can you run the
>application on your local machine?
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"Tommy" <an*******@discussions.microsoft.com> wrote in

message
>news:fd****************************@phx.gbl...
>> Hi
>>
>> I've uploaded the .aspx files and Web.config file
made in
>> VS.NET 2003 but I get this error http://empty-
>> site.org/Login.aspx . I did change the config file

as >> mentioned but with no luck . can somebody help ?
>>
>> TIA
>>
>> Tommy
>
>
>.
>

.

Jul 21 '05 #5
Can you first try copying the complete folder, including the \bin folder and
all files? If that doesn't work either we'll have to dig deeper... :-)

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in message
news:0e****************************@phx.gbl...
Hi Again Jan

I tried that with no succes, do you by any chance have
ICQ, Yahoo messenger or MSN messenger? I would be very
glad if you could help a totally newbie with this

TIA

Tommy
-----Original Message-----
Acutally the dll's are enough. If you want additional

information (e.g. the
source code) when an exceptions happens, you can also

copy the pdb file.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in

message
news:0d****************************@phx.gbl...
Hi Jan

Thanks for helping out ! Yes I can run it locally and no I did not upload the bin folder, do I have to upload all the bin folder or just the .dll files ?

TIA

Tommy

>-----Original Message-----
>Did you upload the \bin directory too? This is where the compiled dll for
>the code behind is located in.
>
>Another posibility: maybe the web.config contains an
error. Can you run the
>application on your local machine?
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"Tommy" <an*******@discussions.microsoft.com> wrote in
message
>news:fd****************************@phx.gbl...
>> Hi
>>
>> I've uploaded the .aspx files and Web.config file made in
>> VS.NET 2003 but I get this error http://empty-
>> site.org/Login.aspx . I did change the config file as >> mentioned but with no luck . can somebody help ?
>>
>> TIA
>>
>> Tommy
>
>
>.
>

.

Jul 21 '05 #6
Sure

Now the folder with all the files are on the remote
server, the name of the server is HelloWeb_vb. The reason
for the name is that I try to follow a lesson in Sams
Teach Yourself MS VS .Net 2003. The folder contains 2
aspx files (pages) a Login.aspx and a Success.aspx and I
try to wiev the Login.aspx this way http://empty-
site.org/HelloWeb_vb/Login.aspx but with no luck

TIA

Tommy
-----Original Message-----
Can you first try copying the complete folder, including the \bin folder andall files? If that doesn't work either we'll have to dig deeper... :-)
--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in messagenews:0e****************************@phx.gbl...
Hi Again Jan

I tried that with no succes, do you by any chance have
ICQ, Yahoo messenger or MSN messenger? I would be very
glad if you could help a totally newbie with this

TIA

Tommy
>-----Original Message-----
>Acutally the dll's are enough. If you want additional

information (e.g. the
>source code) when an exceptions happens, you can also

copy the pdb file.
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"Tommy" <an*******@discussions.microsoft.com> wrote in

message
>news:0d****************************@phx.gbl...
>> Hi Jan
>>
>> Thanks for helping out ! Yes I can run it locally and
no
>> I did not upload the bin folder, do I have to upload

all
>> the bin folder or just the .dll files ?
>>
>> TIA
>>
>> Tommy
>>
>> >-----Original Message-----
>> >Did you upload the \bin directory too? This is
where the
>> compiled dll for
>> >the code behind is located in.
>> >
>> >Another posibility: maybe the web.config contains
an >> error. Can you run the
>> >application on your local machine?
>> >
>> >--
>> >Greetz
>> >
>> >Jan Tielens
>> >________________________________
>> >Read my weblog: http://weblogs.asp.net/jan
>> >
>> >
>> >"Tommy" <an*******@discussions.microsoft.com> wrote in >> message
>> >news:fd****************************@phx.gbl...
>> >> Hi
>> >>
>> >> I've uploaded the .aspx files and Web.config file

made
>> in
>> >> VS.NET 2003 but I get this error http://empty-
>> >> site.org/Login.aspx . I did change the config

file as
>> >> mentioned but with no luck . can somebody help ?
>> >>
>> >> TIA
>> >>
>> >> Tommy
>> >
>> >
>> >.
>> >
>
>
>.
>

.

Jul 21 '05 #7
Did you set the CustomErrors mode to Off?
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Another question: is the website or virtual directory configured as an
ASP.NET site (script execute permissions)?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in message
news:10*****************************@phx.gbl...
Sure

Now the folder with all the files are on the remote
server, the name of the server is HelloWeb_vb. The reason
for the name is that I try to follow a lesson in Sams
Teach Yourself MS VS .Net 2003. The folder contains 2
aspx files (pages) a Login.aspx and a Success.aspx and I
try to wiev the Login.aspx this way http://empty-
site.org/HelloWeb_vb/Login.aspx but with no luck

TIA

Tommy
-----Original Message-----
Can you first try copying the complete folder, including

the \bin folder and
all files? If that doesn't work either we'll have to dig

deeper... :-)

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in

message
news:0e****************************@phx.gbl...
Hi Again Jan

I tried that with no succes, do you by any chance have
ICQ, Yahoo messenger or MSN messenger? I would be very
glad if you could help a totally newbie with this

TIA

Tommy

>-----Original Message-----
>Acutally the dll's are enough. If you want additional
information (e.g. the
>source code) when an exceptions happens, you can also
copy the pdb file.
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"Tommy" <an*******@discussions.microsoft.com> wrote in
message
>news:0d****************************@phx.gbl...
>> Hi Jan
>>
>> Thanks for helping out ! Yes I can run it locally and no
>> I did not upload the bin folder, do I have to upload
all
>> the bin folder or just the .dll files ?
>>
>> TIA
>>
>> Tommy
>>
>> >-----Original Message-----
>> >Did you upload the \bin directory too? This is where the
>> compiled dll for
>> >the code behind is located in.
>> >
>> >Another posibility: maybe the web.config contains an >> error. Can you run the
>> >application on your local machine?
>> >
>> >--
>> >Greetz
>> >
>> >Jan Tielens
>> >________________________________
>> >Read my weblog: http://weblogs.asp.net/jan
>> >
>> >
>> >"Tommy" <an*******@discussions.microsoft.com> wrote in >> message
>> >news:fd****************************@phx.gbl...
>> >> Hi
>> >>
>> >> I've uploaded the .aspx files and Web.config file
made
>> in
>> >> VS.NET 2003 but I get this error http://empty-
>> >> site.org/Login.aspx . I did change the config file as
>> >> mentioned but with no luck . can somebody help ?
>> >>
>> >> TIA
>> >>
>> >> Tommy
>> >
>> >
>> >.
>> >
>
>
>.
>

.

Jul 21 '05 #8
Thanks Jan

Yes i put the CustomError in the webconfig file an put it
to off. But see .... if the site is configured as ASP.NET
is another case. I'm not sure! Please bare with me I'm a
total newbie in this. The folder is made in MS VS NET
2003 so I guess that the folder at least is configured to
ASP.NET. in my wwwroot folder is a folder asp_net client
or something like that, now I don't know but should I
place the folders inside this folder ? The remote server
is at my ISP

TIA

Tommy
-----Original Message-----
Did you set the CustomErrors mode to Off?
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Another question: is the website or virtual directory configured as anASP.NET site (script execute permissions)?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in messagenews:10*****************************@phx.gbl...
Sure

Now the folder with all the files are on the remote
server, the name of the server is HelloWeb_vb. The reason for the name is that I try to follow a lesson in Sams
Teach Yourself MS VS .Net 2003. The folder contains 2
aspx files (pages) a Login.aspx and a Success.aspx and I try to wiev the Login.aspx this way http://empty-
site.org/HelloWeb_vb/Login.aspx but with no luck

TIA

Tommy
>-----Original Message-----
>Can you first try copying the complete folder, including
the \bin folder and
>all files? If that doesn't work either we'll have to
dig deeper... :-)
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"Tommy" <an*******@discussions.microsoft.com> wrote in

message
>news:0e****************************@phx.gbl...
>> Hi Again Jan
>>
>> I tried that with no succes, do you by any chance
have >> ICQ, Yahoo messenger or MSN messenger? I would be very >> glad if you could help a totally newbie with this
>>
>> TIA
>>
>> Tommy
>>
>> >-----Original Message-----
>> >Acutally the dll's are enough. If you want additional >> information (e.g. the
>> >source code) when an exceptions happens, you can also >> copy the pdb file.
>> >
>> >--
>> >Greetz
>> >
>> >Jan Tielens
>> >________________________________
>> >Read my weblog: http://weblogs.asp.net/jan
>> >
>> >
>> >"Tommy" <an*******@discussions.microsoft.com> wrote in >> message
>> >news:0d****************************@phx.gbl...
>> >> Hi Jan
>> >>
>> >> Thanks for helping out ! Yes I can run it locally

and
>> no
>> >> I did not upload the bin folder, do I have to upload >> all
>> >> the bin folder or just the .dll files ?
>> >>
>> >> TIA
>> >>
>> >> Tommy
>> >>
>> >> >-----Original Message-----
>> >> >Did you upload the \bin directory too? This is

where
>> the
>> >> compiled dll for
>> >> >the code behind is located in.
>> >> >
>> >> >Another posibility: maybe the web.config contains an
>> >> error. Can you run the
>> >> >application on your local machine?
>> >> >
>> >> >--
>> >> >Greetz
>> >> >
>> >> >Jan Tielens
>> >> >________________________________
>> >> >Read my weblog: http://weblogs.asp.net/jan
>> >> >
>> >> >
>> >> >"Tommy" <an*******@discussions.microsoft.com>

wrote in
>> >> message
>> >> >news:fd****************************@phx.gbl...
>> >> >> Hi
>> >> >>
>> >> >> I've uploaded the .aspx files and Web.config

file >> made
>> >> in
>> >> >> VS.NET 2003 but I get this error http://empty-
>> >> >> site.org/Login.aspx . I did change the config

file
>> as
>> >> >> mentioned but with no luck . can somebody help ? >> >> >>
>> >> >> TIA
>> >> >>
>> >> >> Tommy
>> >> >
>> >> >
>> >> >.
>> >> >
>> >
>> >
>> >.
>> >
>
>
>.
>

.

Jul 21 '05 #9
Ok, for example you've created a project MyProject. In your wwwroot on your
local drive there is a folder \MyProject. You should copy all of contents to
your hosting provider's directory (not in the aspnet_client directory). Make
sure your ASP.NET is enabled, maybe you could check this by contacting your
hosting provider.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in message
news:0e****************************@phx.gbl...
Thanks Jan

Yes i put the CustomError in the webconfig file an put it
to off. But see .... if the site is configured as ASP.NET
is another case. I'm not sure! Please bare with me I'm a
total newbie in this. The folder is made in MS VS NET
2003 so I guess that the folder at least is configured to
ASP.NET. in my wwwroot folder is a folder asp_net client
or something like that, now I don't know but should I
place the folders inside this folder ? The remote server
is at my ISP

TIA

Tommy
-----Original Message-----
Did you set the CustomErrors mode to Off?
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Another question: is the website or virtual directory

configured as an
ASP.NET site (script execute permissions)?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Tommy" <an*******@discussions.microsoft.com> wrote in

message
news:10*****************************@phx.gbl...
Sure

Now the folder with all the files are on the remote
server, the name of the server is HelloWeb_vb. The reason for the name is that I try to follow a lesson in Sams
Teach Yourself MS VS .Net 2003. The folder contains 2
aspx files (pages) a Login.aspx and a Success.aspx and I try to wiev the Login.aspx this way http://empty-
site.org/HelloWeb_vb/Login.aspx but with no luck

TIA

Tommy

>-----Original Message-----
>Can you first try copying the complete folder, including the \bin folder and
>all files? If that doesn't work either we'll have to dig deeper... :-)
>
>--
>Greetz
>
>Jan Tielens
>________________________________
>Read my weblog: http://weblogs.asp.net/jan
>
>
>"Tommy" <an*******@discussions.microsoft.com> wrote in
message
>news:0e****************************@phx.gbl...
>> Hi Again Jan
>>
>> I tried that with no succes, do you by any chance have >> ICQ, Yahoo messenger or MSN messenger? I would be very >> glad if you could help a totally newbie with this
>>
>> TIA
>>
>> Tommy
>>
>> >-----Original Message-----
>> >Acutally the dll's are enough. If you want additional >> information (e.g. the
>> >source code) when an exceptions happens, you can also >> copy the pdb file.
>> >
>> >--
>> >Greetz
>> >
>> >Jan Tielens
>> >________________________________
>> >Read my weblog: http://weblogs.asp.net/jan
>> >
>> >
>> >"Tommy" <an*******@discussions.microsoft.com> wrote in >> message
>> >news:0d****************************@phx.gbl...
>> >> Hi Jan
>> >>
>> >> Thanks for helping out ! Yes I can run it locally
and
>> no
>> >> I did not upload the bin folder, do I have to upload >> all
>> >> the bin folder or just the .dll files ?
>> >>
>> >> TIA
>> >>
>> >> Tommy
>> >>
>> >> >-----Original Message-----
>> >> >Did you upload the \bin directory too? This is
where
>> the
>> >> compiled dll for
>> >> >the code behind is located in.
>> >> >
>> >> >Another posibility: maybe the web.config contains an
>> >> error. Can you run the
>> >> >application on your local machine?
>> >> >
>> >> >--
>> >> >Greetz
>> >> >
>> >> >Jan Tielens
>> >> >________________________________
>> >> >Read my weblog: http://weblogs.asp.net/jan
>> >> >
>> >> >
>> >> >"Tommy" <an*******@discussions.microsoft.com>
wrote in
>> >> message
>> >> >news:fd****************************@phx.gbl...
>> >> >> Hi
>> >> >>
>> >> >> I've uploaded the .aspx files and Web.config file >> made
>> >> in
>> >> >> VS.NET 2003 but I get this error http://empty-
>> >> >> site.org/Login.aspx . I did change the config
file
>> as
>> >> >> mentioned but with no luck . can somebody help ? >> >> >>
>> >> >> TIA
>> >> >>
>> >> >> Tommy
>> >> >
>> >> >
>> >> >.
>> >> >
>> >
>> >
>> >.
>> >
>
>
>.
>

.

Jul 21 '05 #10

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

Similar topics

5
by: LarryM | last post by:
Hi, This is maybe not a pure ASP question, but has some relation: Please help me throw some light on this: Which directories and files are visible and readable for a (hacking) user at a...
1
by: gregs | last post by:
Hi folks, I need to know which EXE's of SP3 to install with SQL Server 2000 Personal Edition. From the Microsoft website: ...
30
by: The Plankmeister | last post by:
In the <meta http-equiv="Content-Type" content="text/html; charset=????????"> tag, what is the best charset to use? I tend to use UTF-8, for no reason other than it sounds much cooler than...
3
by: RA | last post by:
Hi Which files I need to put on the web server in order to have my asp.net work? Thanks, Ron
10
by: Tommy | last post by:
Hi I've uploaded the .aspx files and Web.config file made in VS.NET 2003 but I get this error http://empty- site.org/Login.aspx . I did change the config file as mentioned but with no luck ....
7
by: Phil Mc | last post by:
Hi all I have a small scheduling application that I have written which will be running on a Windows 2003 server. This application is started at different times by an 'autosys' job (though I am...
1
by: Byron | last post by:
Hi, I have(had) an old Win2k Server server with about 30 web site databases (SQL 2000) that just went under due to hardware problems. Thankfully, I have backups of all the databases plus the MDF...
2
by: James | last post by:
Hi all, I am new to ASP.NET. I am currently working on a project with VB, .NET 1.1 on a Windows 2000 server. I have two files C:\Inetpub\wwwroot\test\test.aspx...
6
by: JM | last post by:
I have never used a (content management system) CMS before but I need one for my internship as a webdeveloper. Requirements: runs on Apache, linux or unix, MySQL and PHP (maybe Windows server...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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: 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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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.