Unable to create a new item from SharePoint 2010 website in the local system - sharepoint-2010

I have a SharePoint website which is running in the both server and local.
Website is running fine in the server, but when it's running in the local system I can see all the display items, but when going to create a new item on list or library I'm getting an error message like below that List doesn't exist.
The image above for creating a simple contact list by clicking on Add new item.
Is there any way to fix this issue or
anything that I have to set permissions in the server.

It was just because I didn't create an alternative access mapping with intranet option for the web application. Web application is now accessible with all functionality like what I am able do it through server.

Related

SharePoint 2013 Performance Point

Dashboard designer error:
The url is not available,does not reference a sharepoint site, or you
do not have permission to connect
This is happening to the site collections under one web application only in the whole Farm. Other web applications are working fine and I can open site collections through dashboard designer.
Any suggestions????
Unattended acc is all set, Site feature is activated, site collection is added to trusted location. On database side, app pool acc has db owner access to web app db. PPS is db owner there as well.
I think this indicates to a deployment issue on this app. Maybe something went wrong when deploying webparts, the assemblies couldnt be registered or were not copied correctly. It could also be a specific access restriction issue in SharePoint or in the file system that SharePoint relies on.
Without any log information it is hard to say what is really the problem - but - have a look at windows event log for any further indications, the general log files that sharepoint/asp.net write or also consider using monitoring tools that can tell you more details on what is happening here.
I recently wrote a blog on top deployment mistakes in SharePoint. I highlight exactly these deployment mistakes in more details: Link
Andi

Move Access Web Database to Another Sharepoint Site

I have an Access web database (the out-of-the-box Project one) and plan to move to another Sharepoint site (a test server). I have done lots of googling and nothing comes up. Any pointers will be greatly appreciated.
Thanks.
After some trials and errors, I figured out how to do that. First open the Access web db in Access client. Then go to Publish & Save, where you should see an option Save As Local Database. Then open the local database, again go to Publish & Save, you can choose to Publish to Access Services. A pane will appear to let you enter the URL of Sharepoint server and site name. If you have customizations or lots of lookups, there's a good possibility it will not publish. If that's the case, you just need to fix all the errors reported.
I was able to move my Access 2016 app to a new Sharepoint Site by saving it as a .app and uploading it to the new site.
I found this link to Microsoft's site helpful: Create an Access app package

Deploying .vbhtml on Local IIS Installation

I've come into a company that has been using asp.net for some web applications stored on our local servers. There's no current programmer, so I've used what knowledge I have to build a new feature using MebMatrix Razor VB.NET pages and our current SQL Server database. I have to migrate the project over to a local server running IIS to deploy it.
I don't want to use the WebMatrix Web Deploy feature or anything, I'd rather just move the files over manually and have them run. I assume that IIS just needs to be configured to process .vbhtml file extensions. My understanding is that you don't have to build your solution with this method, as you do with ASP. Does anybody know how to do this, or where I might find a good tutorial?
Copy the directory for your website from the 'My Web Sites' folder in Documents. Paste it into the 'inetpub' directory on the server.
Now open IIS Manager, on the left hand side in the connections pane, right click on 'Sites' and 'Add Web Site'. Choose a name, select the default AppPool, browser to the 'inetpub' directory and select your site's folder, set a port that doesn't conflict with any other sites running, and click OK.
On the right hand pane, click browse, you should be able to see your new website.

Change profile for Websphere portal server

From my RAD 7, I am trying to create a Websphere portal server (6.1) where i wish to deploy my portlet EAR. Now during creation of the portal server, I get no option to choose a server profile (unlike creation of a websphere app server where it asks you to choose a server profile). When the WPS is created, when i double click it, a profile by the name of wp_profile is already selected and I cannot change it.
How did this profile get created? Also is there a way to change it? When I run profile management tool to create a new profile, that profile is created for WAS and not WPS. So that is not available for selection in the WPS settings page.
I had the same problem today. The only solution for me was to create a new sever. Then you get the option to choose the profile you want.
Using 7.5, with the server stopped I double clicked the server and this had a option to change the profile. Sadly I can't upload pictures yet

Need help in opening sharepoint 2010 from designer

While i am opening the sharepoint 2010 intranet site with port number, i am successfully able to open the site from sharepoint desinger. But while i am trying to open the same site after configuring Alternate Access Mapping: For
example http://mydomainname.net i am getting below error: Let me explain how i am opening the site: I have typed the url: http://mydomainname.net
in the browser. Site got opened, then i went site settings, then clicked on open with designer.
unable to open the site. Possible causes:
1. The Web server many not have sharepoint Server installed.
2. The Web Server may be temprarily out of service.
3. If you are conneting through a proxy server, the proxy settings may be incorrect.
4. An error may have occurred in the Web server.
Please help somebody. your help is heartily appreicated.
Make sure
- you also add the port number.
- there isn't a machine on the network using that same domain name
- you don't have an entry in your windows hosts file that points to a different (incorrect) location.
- Try opening the site directly with SharePoint Designer instead of using the button from the ribbon
- iisreset?