473,699 Members | 2,656 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASPNET hosting problem

Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL on
webhostingcente r.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 1261
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
webhostingcente r.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.c om> wrote in message
news:u3******** ******@TK2MSFTN GP09.phx.gbl...
Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL
on
webhostingcente r.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***@magicali a.com> wrote in message
news:eb******** ******@TK2MSFTN GP11.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
webhostingcente r.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.c om> wrote in message
news:u3******** ******@TK2MSFTN GP09.phx.gbl...
Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL
on
webhostingcente r.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.c om> wrote in message
news:uy******** ******@TK2MSFTN GP12.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***@magicali a.com> wrote in message
news:eb******** ******@TK2MSFTN GP11.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
webhostingcente r.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.c om> wrote in message
news:u3******** ******@TK2MSFTN GP09.phx.gbl...
Hi all,

I'm trying to host my web application which is wriiten in ASP.NET/C#/SQL on
webhostingcente r.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
2279
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 your test page." even after I launched my app and aspnet_wp.exe is running. Do you know what I need to do to fix it? I also found some old post, a person mentioned that I need to make sure I need to run my aspnet with system account instead. ...
18
1557
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 your test page." even after I launched my app and aspnet_wp.exe is running. Do you know what I need to do to fix it? I also found some old post, a person mentioned that I need to make sure I need to run my aspnet with system account instead. ...
22
1150
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 your test page." even after I launched my app and aspnet_wp.exe is running. Do you know what I need to do to fix it? I also found some old post, a person mentioned that I need to make sure I need to run my aspnet with system account instead. ...
4
11782
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 Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message detailing the...
22
1069
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 your test page." even after I launched my app and aspnet_wp.exe is running. Do you know what I need to do to fix it? I also found some old post, a person mentioned that I need to make sure I need to run my aspnet with system account instead. ...
0
8685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8612
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9171
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8905
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6532
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5869
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4373
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2342
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.