ASP.NET publish issues [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I'm guessing I'm doing this totally wrong but I couldn't find how else to do it.
I'm trying to publish my website to a "Test server" online (hosted by One), but everything I try I end up with raw ASPX text on my screen whenever I go to the default webpage.
Using it with the ISS thingy was no problem.
Thanks in advance.

Make sure:
the hosting provider supports ASP.NET hosting
the .NET Framework is installed
ASP.NET is registered in the web server

Related

How to use client side printer and scanner in ASP.Net c#? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
using client side printer and scanner in ASP.Net c#
I m developing a web application in asp.net c# 4.0 ,
It will be hosted on shared server hosting.
but i want to use client side printer. without out prompting print window to user.
You want to use a web application to print without prompting to a user's clientside printer?
Not possible. This would be a big security flaw if browsers allowed that.

add app on facebook fanpage with facebook sdk C# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
someone knows how to do this using the facebook C # sdk, I have an application that the user can add it on your fan page for your control panel on my website, how to do this?
Thank you!
It does not matter which server language you are using for your App, the process of adding an App to a Page is the same and explained very well in the Facebook docs: https://developers.facebook.com/docs/appsonfacebook/pagetabs

Suitable web framework in ASP.NET for real time web application? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have a Windows real time application. Now I want to convert this application into a web application in ASP.NET. I want suggestions about the web framework that I can use. Which is suitable? I have ideas of ASP web form , MVC. And also open source JavaScript library. Thanks.
SignalR supports real time communication between client and sever
http://www.asp.net/signalr

How to find out whether application running on IIS using JavaScript? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Is there any way I can find out my ASP.Net application running on IIS or locally on Visual studio using JavaScript?
You can use Request.Url.AbsoluteUri to get site url. Write it in hidden field and then use in javascript.

How to host ASP.NET MVC4 application on microsoft IIS server [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
i am able to host the asp application using visual studio but does anyone know how to host the application without using visual studio.
Many thanks
Microsoft has you covered on this one: http://www.asp.net/mvc/tutorials/deployment/visual-studio-web-deployment/deploying-to-iis
You may not need to follow all the steps such as the SQL one, but the tutorial should get you where you want to go.
You need to install MVC on the server.
Then you can simply create a website on IIS and deploy your website on it.

Categories