我有一些档案,其唯一目的是在部署时抄送双筒。 在建造和安装后,可从网络功能中删除这些夹。
是否有办法实现自动化? 可能有一项启动任务? 启动任务会看什么?
Update 1
@Richard, thanks this is good info. I remember there being 2 folders, siteroot and approot. Will try just deleting the folders during App_Start.
我有一些档案,其唯一目的是在部署时抄送双筒。 在建造和安装后,可从网络功能中删除这些夹。
是否有办法实现自动化? 可能有一项启动任务? 启动任务会看什么?
Update 1
@Richard, thanks this is good info. I remember there being 2 folders, siteroot and approot. Will try just deleting the folders during App_Start.
You can certainly delete files in startup tasks, or do it from code in the OnStart method of your class deriving RoleEntryPoint.
Is there any reason to delete the files? Are they doing any harm?
This is a pretty vague question but I m struggling a bit to get my head around what is involved in cloud hosting. Say for instance if I had an asp.net web app using: - Webforms - linq to sql - an ...
I am working on an Azure demo to run Powershell in a worker role. In my web role I add the name of the Powershell script which is to be run to a CloudQueue object. I can print the script output to ...
I ve been struggling with this one for a couple of days now. My current Windows Azure WebRole is stuck in a loop where the status keeps changing between Initializing, Busy, Stopping and Stopped. It ...
We are looking at Windows Azure, but getting a token appears to be hard now, at least that s what I m seeing in web searches. Anyone tried it or know how to accelerate that process? Any idea how long ...
Problem: I have a Azure project. The problem is that when I run the application it takes like 10-15 minutes to actually open the page in browser. The page & debugging works normaly. Project: ...
I am developing a ASP.NET MVC web app under .NET 3.5, NHibernate and hosted on Windows Azure. When, the webapp is run from the local development fabric it works fine. Yet, when I move it to Windows ...
Presently .Net 4.0 is not supported on Azure. This thread indicates that you will not be able to use .Net 4.0 with VS 2010 until it is supported in the cloud. http://social.msdn.microsoft.com I d ...
My google-fu is failing me on this one. As a possible solution to Unit Testing .NET 3.5 projects using MStest in VS2010 (but I ve put this in a seperate question because it s kind of unrelated): Is ...