Hello everybody and thanks in advance for responses,
Anybody knows if it's possible to publish a Meteor App in Windows Store. We are thinking to publish it as a Web app. Anybody has tried it?
Thanks in advance,
Related
I have a project on Asp.net core. I did it for someone but I don't want to publish the website.
Is it possible to put the code on his computer with a local db and make sure that he can access the site on local with a link?
Thanks.
I would suggest publishing the webapp to a local instance of IIS that way it is accessible via localhost and will continuously run.
This link should help:
https://learn.microsoft.com/en-us/aspnet/web-forms/overview/deployment/visual-studio-web-deployment/deploying-to-iis
Alright, I've been racking my brain for days here. I have a VB.NET Web Application using Crystal Reports. Its been running smoothly until I moved it to a new server.
The problem is, when I try to export the report, this shows up at the bottom of the page and won't prompt the save dialog box.
Any ideas is sincerely appreciated. Thank you.
This took me days to troubleshoot. As it turns out, Crystal Report for 32bit and 64bit was installed on the server. Just had to uninstall 32bit and disable the Enable 32bit Applications option for the Application Pool.
Just in case someone stumbles upon here with the same predicament. :)
Okay, I have a problem with OLEDB. I have install the "AccessDataBaseEngine.exe" and I am able to upload an Excel file to a Gridview on my local server. When I try to upload on my online web application (With Windows Azure) I get the following error: "The 'Microsoft.ACE.OLEDB.1.0' provider is not registered on the local machine." It does not make any sense to me as to why it does not work and after searching the web everyone suggests to install the AccessDataBaseEngine 2007 (which i did) and as mentioned above it works only on the local server. Anyone knows how to resolve this?
Thanks in Advance.
After I finished an MVC4 Project i want to publish it on a local IIS Server.
Now I don't know how i have to publish my project and I also don't know how to use the IIS Server!
Can anyone explain this to me in simple words( Beginner!)
This is a nice tutorial for a beginner.
http://www.asp.net/web-forms/tutorials/deployment/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-deploying-to-iis-as-a-test-environment-5-of-12
This is a follow up question to the one I asked yesterday. I got a reply and implemented the same but no luck. I am totally not able to understand where I am going wrong, and why isn't it working. Can someone please help me? It's working locally via ASP.NET Web Development Server, but not via IIS (locally or when trying to deploy). Also, why does server matter so much?
Please note that its a website, and not a web application. Thanks a lot in advance.
Probably your application is targeted to .NET 4.0 while app pool to .NET 2.0.