Questions tagged [windows-hosting]

A service of hosting a website over a Microsoft Windows Server.

55 questions
1
vote
1 answer

301 Redirect plugin for wordpress on windows server

I has a wordpress site on azure website, traditionally I has used Quick Redirect Plugin to redirect some pages to new pages, but this plugin not work on windows cuz is using web.config file instead .htaccess There are any way to generate 301…
xzegga
  • 3,051
  • 3
  • 25
  • 45
1
vote
2 answers

Need help in ASP.Net wildcard Subdomain Configuration on Plesk

I have created a website lets say example.com, now I have a feature that on click of link it should be moved to nav.example.com. Now the subdomain name can be any name selected by user, so I can not create the subdomain, So I google and…
Dreamweaver
  • 1,328
  • 11
  • 21
1
vote
1 answer

Service has zero application (non-infrastructure) endpoints

I'm aware to the fact that there are other questions with the same title. I tried their solutions to no avail. I'm getting this message trying to start my service (Windows hosted) after registering it with installutil. I have no experience with…
Noich
  • 14,631
  • 15
  • 62
  • 90
1
vote
2 answers

allowDefinition='MachineToApplication' error only on my hosted website

Error: Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Line…
Jorg Ancrath
  • 1,447
  • 10
  • 34
  • 61
0
votes
3 answers

How to deploy files to an Azure instance?

I have an Orchard CMS test site running in Azure. I have some theme files I want to deploy to the site. How do I do that? I was made a co-admin using my live-ID by the way.
TruMan1
  • 33,665
  • 59
  • 184
  • 335
0
votes
0 answers

Getting 413 request too large in WCF windows hosted service

Currently I am working on wcf service which is hosted as windows service,I am not getting any error when running it in debugging mode,but when I host it as an windows service,I am getting error msg as "413 request entity too large"I had also…
Yamin
  • 1
  • 1
0
votes
1 answer

Redirecting old domain to new domain on windows hosting

I have an old website hosted on A2 Hosting and I'm trying to redirect it to my new domain hosted on GoDaddy. I've tried editing the "HTTP to HTTPS Redirect" rule on my web.config, however, it is still not redirecting.
spades0001
  • 55
  • 7
0
votes
1 answer

node project routing not working on plesk hosting

I have created simple node application with routing. Startup File to app.js and after browsing the domain like this :https://api.lemontrade.in/ and see only app.js file is working but when I want get customers with url…
0
votes
0 answers

Trailing Slash Issue with URL for Subdirectory

I am currently using one host to host multiple domains (each domain is pointed to a folder in the root directory). Which generally works fine, but the problem comes when trying to access sub-directories of a domain. So for example, I have the domain…
0
votes
1 answer

Show folder file public in shared windows hosting

Hello we have shared windows hosting on hostgator. i have created sub domain and i want to show all files public like given image. Example Basically i want to make one directory public which directory and all files from that directory anyone can…
0
votes
0 answers

How can I edit Startup.cs file after publishing project?

I've published my MVC project and now i need to edit the startup.cs file But when i check the published files in the hosting files i only able to see files for Models , Views , Content (css) But there's no files for this class (Startup) or even the…
user10979311
0
votes
1 answer

Optimize script commands FFMPEG with Limit CPU usage

I am working on a audio/video uploading and streaming project. Process: I have 2 audio files and a video file which I am processing with FFMPEG. I need to process these audio and video files in the below mentioned way: Generating thumbnail from the…
Arsal Imam
  • 2,882
  • 2
  • 24
  • 35
0
votes
0 answers

How can I remotely connect to my MS SQL Server DB which is being hosted on a Windows Host?

I just created my Microsoft SQL Server Database on my own laptop and then made a backup file of it. Then inside my Windows Host (Which I've bought from 1and1) I uploaded the .back file and then imported it to the newly made database. Up to here…
0
votes
0 answers

Set Bin folder to a local sub folder in ASP.NET windows hosting

I am deploying multiple ASP.NET web applications on my godaddy.com web host. The problem is that the default "bin" folder is the one on the root. I want each application to use the bin folder which is in side it. For example, if i have app1 in…
Badih Barakat
  • 131
  • 1
  • 11
0
votes
0 answers

Wordpress: Images not rendering on the site

I'm working on a client wordpress website with a custom theme. The problem is that images are not rendering on the website (eg. Logo, slider images, etc). I've checked the media library and whenever I'm trying to access the image URLs it says 500…