I want to use ASP.NET webservice on a WordPress Site.
So, if the site is www.abc.com, can I access the service at www.abc.com/WS/serv.asmx?
If it is not possible to do so, what can be a workaround for this, as I MUST use that asp.net webservice at all cost.
Please guide me.
Thanks!
If you're running IIS with both PHP and ASP.NET installed, there's no reason why you shouldn't be able to run both within the same site.
Related
I have developed an ASP.NET C# Web application with 2 web forms and I have purchased a domain from Fasthosts in order to host my site. I have changed the server to be Windows-based and used the correct ftp details to upload my app to the site. The only problem I am having is that when the site is published I am receiving this error.
I am hoping that this issue is fairly easy to resolve. Any help on what I can do to get around this issue would be much appreciated. Thanks:)
Since you have not provided details of any set up using IIS, I would imagine that your issue is that you have simply deployed the file and gone to the URL expecting the site to be there. Normally you'd have some setup to do, unless they are handling that for you?
Have you make sure that you have setup your default page? Do they support .net core? Maybe this post https://windowswebhostingreview.com/troubleshoot-403-error-when-publishing-asp-net-core/ can help you.
I want to build a web application where a user logs in using his windows account through a login form. In this application I'm gonna have to use LDAPS (and not LDAP). I've been searching on internet for a tutorial to guide me but I found some code snippet on forums of people that are having trouble with their code. I couldn't understand where to put that code or why I should put it especially that I'm very new to ASP.NET.
Could you please provide me with some information or links that can help me ?
Also should I use ASP.NET MVC or ASP.NET WEB API?
I have created website with ASP.NET MVC and I need to host it in Hostgator. I search on google and youtube for directions about that but I didnt find anything, just host wordpress, wordpress and wordpress, nothing for ASP.NET MVC applications.
This looks very unusual because I read many articles that evaluate Hostgator as one of best ASP.NET hosting service.
Can you help me please ?
I think that is because your host server is linux not a windows,so that you do not have an access to asp.net
This question was answered in this but there is no explanation on how they did it? Is there any step by step method on how can I upload a webservice into wordpress site?
Is it Possible to upload a ASP.Net WebService
Yes It is possible WebService can be hosted. your question should be how can we do that rather than this.
A simple answer to that is contact your Host.
One needs an IIS server to host stuff that is build in .NET Framework specifically if that is a WebService API or any thing that requires HTTP Protocol.
After Hosting a webservice your question will/Should be how to access it, that is a totally different question and you can find help related to that
Here and Here
I hope this helps you in any way and don't worry about vote down you'll get used to
I have planned to develop a web application using MVC, can any one suggest me the how easy to deploy the application on the IIS?
And also let me know the steps to that.
regards,
Satish
Just publish your application either to your server directory or locally and copy it to the the destination server. Make sure your server is configured for MVC, see below:
Using ASP.NET MVC with Different Versions of IIS
Server installation options for ASP.NET MVC 2
as rick says, and also, make sure (if IIS6) to use wildcard mapping - this needs to be added in the IIS control panel. again, our old friend google should throw up plenty of options on doing this. if you're under shared hosting, you can request it and most are happy to add it.
jim