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

ASPNET hosting problem

Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL on
webhostingcenter.com. They use H-SPHERE control panel. I have written my
application on my PC, so the SQL server was local, the hosting server was
local, the IIS server was local. I have uploaded the application
but without any success when i tried to start it.. I don't know what kind of
files I have to upload from the project. Do I have to make any changes in
Global.asax, Web.Config, and the other files. Could you help me here please!
I'm stucked.

Thank you!
Nov 18 '05 #1
3 1245
There will have to be some changes made:

First of all, you will need to point to the right Sql Server.
If you are creating your connection string in your web.config file, you'll
need to change it to point to the Sql Server accessible by your host.

You did upload your database right?
I mean, you don't expect the application to use your local Sql Server -
unless ofcourse you have a fixed IP?

ITO the files you need to upload.
If it is a visual studio.net project, you'll need to load the bin directory
and all aspx files as well as your web.config and global.asax file.
If you are using any XML files or text files etc. you will obviously have to
load those too.

If in doubt, just copy the whole directory.

If you have to set up the database, it may be best to speak to your
webhostingcenter.com to help you set that up.
Also check that they do support ASp.NET database driven web sites.

Hope that sheds some light on your situation

"Viktor" <vi****@yahoo.com> wrote in message
news:u3**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL
on
webhostingcenter.com. They use H-SPHERE control panel. I have written my
application on my PC, so the SQL server was local, the hosting server was
local, the IIS server was local. I have uploaded the application
but without any success when i tried to start it.. I don't know what kind
of
files I have to upload from the project. Do I have to make any changes in
Global.asax, Web.Config, and the other files. Could you help me here
please!
I'm stucked.

Thank you!

Nov 18 '05 #2
Thank you for the reply!
Do I have to upload the .cs files and the .resx files?Also the .sln file,
the .webinfo file? When I try to open the webpage there is an errer. Could
you check?

http://bgimoti.net/index.aspx

Thank you again!

Viktor
"Grant Merwitz" <gr***@magicalia.com> wrote in message
news:eb**************@TK2MSFTNGP11.phx.gbl...
There will have to be some changes made:

First of all, you will need to point to the right Sql Server.
If you are creating your connection string in your web.config file, you'll
need to change it to point to the Sql Server accessible by your host.

You did upload your database right?
I mean, you don't expect the application to use your local Sql Server -
unless ofcourse you have a fixed IP?

ITO the files you need to upload.
If it is a visual studio.net project, you'll need to load the bin directory and all aspx files as well as your web.config and global.asax file.
If you are using any XML files or text files etc. you will obviously have to load those too.

If in doubt, just copy the whole directory.

If you have to set up the database, it may be best to speak to your
webhostingcenter.com to help you set that up.
Also check that they do support ASp.NET database driven web sites.

Hope that sheds some light on your situation

"Viktor" <vi****@yahoo.com> wrote in message
news:u3**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL
on
webhostingcenter.com. They use H-SPHERE control panel. I have written my application on my PC, so the SQL server was local, the hosting server was local, the IIS server was local. I have uploaded the application
but without any success when i tried to start it.. I don't know what kind of
files I have to upload from the project. Do I have to make any changes in Global.asax, Web.Config, and the other files. Could you help me here
please!
I'm stucked.

Thank you!


Nov 18 '05 #3
As in all troubleshooting, start simple.

Upload a single test.aspx page that just response.write("hello")

and go from there. Then, find the line you are getting the error on..it
appears when you are accessing session state?

And if you have questions on which files to copy, I assumed you've already
tried copying ALL the files???

Jeff
"Viktor" <vi****@yahoo.com> wrote in message
news:uy**************@TK2MSFTNGP12.phx.gbl...
Thank you for the reply!
Do I have to upload the .cs files and the .resx files?Also the .sln file,
the .webinfo file? When I try to open the webpage there is an errer. Could
you check?

http://bgimoti.net/index.aspx

Thank you again!

Viktor
"Grant Merwitz" <gr***@magicalia.com> wrote in message
news:eb**************@TK2MSFTNGP11.phx.gbl...
There will have to be some changes made:

First of all, you will need to point to the right Sql Server.
If you are creating your connection string in your web.config file, you'll
need to change it to point to the Sql Server accessible by your host.

You did upload your database right?
I mean, you don't expect the application to use your local Sql Server -
unless ofcourse you have a fixed IP?

ITO the files you need to upload.
If it is a visual studio.net project, you'll need to load the bin directory
and all aspx files as well as your web.config and global.asax file.
If you are using any XML files or text files etc. you will obviously

have to
load those too.

If in doubt, just copy the whole directory.

If you have to set up the database, it may be best to speak to your
webhostingcenter.com to help you set that up.
Also check that they do support ASp.NET database driven web sites.

Hope that sheds some light on your situation

"Viktor" <vi****@yahoo.com> wrote in message
news:u3**************@TK2MSFTNGP09.phx.gbl...
Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL on
webhostingcenter.com. They use H-SPHERE control panel. I have written

my application on my PC, so the SQL server was local, the hosting server was local, the IIS server was local. I have uploaded the application
but without any success when i tried to start it.. I don't know what kind of
files I have to upload from the project. Do I have to make any changes in Global.asax, Web.Config, and the other files. Could you help me here
please!
I'm stucked.

Thank you!



Nov 18 '05 #4

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

Similar topics

22
by: Zeng | last post by:
Hi, I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start common language runtime - this is the time to load...
18
by: Zeng | last post by:
Hi, I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start common language runtime - this is the time to load...
22
by: Zeng | last post by:
Hi, I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start common language runtime - this is the time to load...
4
by: palakwai_919 | last post by:
We have a Windows 2000 server with Beta 2 of the 2.0 Framework installed and the 1.1 Framework. For some odd reason when we hit our 2.0 Framework application we get the following error: Server...
22
by: Zeng | last post by:
Hi, I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start common language runtime - this is the time to load...
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: 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...
0
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
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
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
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...

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.