1
vote
1answer
47 views

IIS Hosting and SQL Server 2008 R2 not available online

I have succeeded in hosting my applications locally but when i try to view it through a network outside it fails. Same goes for my SQL Server, I am able to connect locally. I have tried to open my ...
1
vote
2answers
49 views

How to publish an asp.net website on work network?

I have been developing an ASP.NET application and I would like my work colleagues to give me feedback on it. I tried running it on IIS but because the database is located on a remote server, I am ...
0
votes
1answer
84 views

How to Connect From WindowsApplication Sqlite Database

I have a Windows Application written in C#, using Sqlite3 as its database. I want to update my database in Host with my Windows Application database.
-5
votes
1answer
71 views

What risks are involved Hosting ASP.NET on APACHE server? [closed]

What are the risks involved if i hosting Asp.NET Application on APACHE server? How will it differ in the hosting on IIS in terms of Technical competency, COST, efficiency?
0
votes
0answers
45 views

ASP .Net mono host web compilation error

I have hosted my site @ heliohost, which includes a linux shared server, mono,coanel, mysql, unlimited subdomains and 500 MB Space. So, what I made a page and published, and got the above error code ...
0
votes
0answers
273 views

Get computer name error - System.Net.Dns.GetHostEntry(Request.UserHostName).HostName

I am facing error when I open my url remotely on other pc or on ipad. http color slash slash ipadrss slash application slash order.aspx I am fetching computer name using ComputerName = ...
0
votes
0answers
175 views

Crystal report host error: System.InvalidOperationException: Cannot perform CAS Asserts in Security Transparent methods

I am trying to use Crystal Reports with ASP.NET 4.0. It works locally but when I deploy to my hosting provider it gives the exception below. [InvalidOperationException: Cannot perform CAS Asserts in ...
0
votes
0answers
68 views

.Net Routing engine not working on shared host

I deployed my web site on the shared host, but noticed the Routing engine is not working. From quick search of the net and found the following solution, and I added the following code into my ...
0
votes
1answer
462 views

publish the ASP.NET MVC 3 project in bluehost

I've designed a website using ASP.net MVC 3. I wanted to host it online. But as copied all the folders and files and uploaded in Bluehost [via FTP Manager], the page doesn't load. It still shows the ...
0
votes
0answers
174 views

HttpWebRequest work differently in debug/release

Ive a problem with a code because it work differently if I test it in Visual Studio either I test it on my site. i am trying to do an autologin on an external web site. If I test it from VS, I am ...
0
votes
0answers
387 views

How to add host header - Asp.net 3.5, vb.net

My network admin is being uncooperative and has denied access to the production server. Is there a way I can programmatically add a host header in the code-behind with VB? I tried putting this ...
0
votes
2answers
91 views

domain in asp.net host and subdomain in linux hosting, how do it

Domain in asp.net host for exp : X.com and we want run sub domain : Y.X.com in linux hosting. How should configure dns or other things for sub domain in asp.net hosting for link yo linux hosting?
1
vote
3answers
592 views

ASP.Net is not working properly on IIS6

I have an Visual Studio 2010 ASP.Net project. And I want to deploy this project to the my host. I did but my site is not working properly. I can access to Home Page etc. but I can not do my prior job. ...
0
votes
3answers
834 views

Wrong host returned using HttpContext.Current.Request.Url.Host

We have multiple domains for one of our websites. e.g. mydomain-uk.com and mydomain.co.uk I have a handler which creates an XML sitemap and it uses HttpContext.Current.Request.Url.Host to retrieve ...
0
votes
2answers
620 views

AJAX call works on local machine, not on host

hey everyone, What could potentially stop an AJAX call from working on the host server, when it works fine on the local host? I tried returning an error from the AJAX call, but all I get is ...

1 2
15 30 50 per page