Questions tagged [publishing-site]

46 questions
1
vote
2 answers

Using Microsoft VS2010 Publish Fails to deploy .json files

Anyone know what would make vs2010 not deploy .json files when doing a publish? All the other files (.js,.html, etc.) publish, but the .json files just to not move. I don't think I've done anything special that would prevent that so any thoughts…
Peter Kellner
  • 14,748
  • 25
  • 102
  • 188
1
vote
1 answer

How to resolve Build failed while publishing the asp.net Web Application

I have a ASP.NET web application with MVC5 framework I want to make it live on the internet I have a domain, hosting and a FTP account on GoDaddy. I followed the tutorial on YouTube and successfully done the procedure on the server side. But I am…
1
vote
1 answer

Sharepoint server publishing feature was activated but not show hide ribbon in Site Actions

Sharepoint server publishing feature was activated on one of my SharePoint sites, but it's not showing hide ribbon in Site Actions. Also when we edit the page, it's appending the parameters…
1
vote
1 answer

the web server is configured to not list the contents of this directory iis 7

When deploying my ASP MVC 4 application to IIS from my pc It worked , I tried also in my colleague pc and It's working but when I had to do it in my office computer it gives me this error "the web server is configured to not list the contents of…
ItShine
  • 349
  • 1
  • 4
  • 22
1
vote
1 answer

Publish web project from the build event of another project

I have a solution that has two projects: 1. web project 2. dll project. At its post event, a powershell runs to move, copy and delete the web project files/folders. When my solution builds, it starts by building the web project and then the dll…
user1019042
  • 2,428
  • 9
  • 43
  • 85
1
vote
2 answers

Current has not been initialized. You must initialize Current before trying to read it

After I publishing my website and run it from IIS, I face a problem. "Current has not been initialized. You must initialize Current before trying to read it." I used Umbraco version 4.11.1
x19
  • 8,277
  • 15
  • 68
  • 126
1
vote
1 answer

How to publish Umbraco CMS to my localhost?

I published my website in the "c:\inetpub\wwwroot\". Publish was successful.But when I run it, I confort a problem to web.config
x19
  • 8,277
  • 15
  • 68
  • 126
1
vote
2 answers

how to upload site to the server

I have a question....I'm using FileZilla to upload my eclipse project to the server. Now, it's the first time I do that and I don't know where to start. (I really don't want to do disasters) in this image there is the composition of folders: on the…
Martina
  • 1,852
  • 8
  • 41
  • 78
1
vote
4 answers

Losing Session information after publishing an ASP.NET Website on IIS

I'm a beginner in ASP.NET 2.0.Probably this could sound too basic and stupid issue for someone expert in the ASP.NET.But this is giving me sleepless nights. Basically i have developed a simple multilingual website with a master page and content…
this-Me
  • 2,139
  • 6
  • 43
  • 70
0
votes
3 answers

Automating publish Visual Studio 2010 functionalities?

I've read a few good posts on automating build processes, however, what I'm interested in is not just a build process, but publishing. I have several websites and services that use a base model. When I change that model (which won't happen very…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

ASP.NET website deployement

I am new to web development and have been building my websites in Visual Studio. I have built a database which is stored in App_Data folder. The database is open(no password) but when the website will be ready and when I will publish it onto a…
0
votes
1 answer

Asp.Net Publishing Issue

I am publishing my website in asp.net but i am in a small problem i will explain you my problem with screenshot This is my Solution Explorer as you see I have 2 ApprovalListing pages one in my Employee Folder and Other in my Order Folder Now i…
Rahul Jain
  • 612
  • 1
  • 18
  • 49
0
votes
1 answer

NullReferenceException thrown in "GetAvailablePageLayouts"

I ran into this error recently when trying to get all the page layouts in a publishing site (Microsoft.SharePoint.Publishing.PublishingWeb) from a custom layouts page in a subsite. The code worked on a VM server using a site created from the…
brentlightsey
  • 2,026
  • 1
  • 19
  • 23
0
votes
1 answer

How to publish two .net websites on one Azure WebApp?

I have two web apps hosted on Windows Azure VM -> IIS with the following names MyWeb.com (Front end for Users- Javascript) api.MyWeb.com (backend for Admins  - .net core app) Question: Can I publish these two apps into one Azure WebApp? OR do I…
0
votes
2 answers

Error on deploying website to IIS - App still refers to local files directory even after publish

Has anyone experienced this issue before? I published a website using File Deploy and placed it in an IIS. Other apps works just fine, but the website I deployed shows this error: It seems to still be pointing to my local directory. I've updated…