SharePoint External Facing Website Ability To Go Full Website And Non Full Website When Accessed In Mobile Device?

Dec 15, 2010

I've got an external site that's built in SharePoint 2007. the user of the site need to have an option to view the full site when accessed from a mobile device. I am thinking of just creating a button control to do this. The question is, what would be the best solution to do this?

View 1 Replies


Similar Messages:

Web Forms :: How To View Desktop Website From Mobile Website Using Mobile Device

Dec 3, 2013

I have one mobile website using ASP.NET with c# language. The problem which i have rise you that, I have two websites with same domain name, they are Desktop websites and mobile website

1. Desktop websites ->www.****.com -> this is i have used to view full websites in IE,FIREFOX,CHROME,etc...

2.mobile website ->www.****.com -> this is i have used to display mobile website using any mobile devices like iphone, stc, nokia, samsung, etc...

In my mobile website  have one button which is for "view full website" . If i click on that from mobile the link which i want to show full website with the same mobile device what devices i have using.

View 1 Replies

How To Extract Website Hostname From Full Url Using VB.NET

Nov 11, 2010

I get ReffererUrl from current User, if refferer is exists i need to extract hostname without .com/.co.uk .... etc. value from it. So if ReffererUrl is [URL] i want to get just "something".

Doesn't matter whether it is Regex or something else.

View 3 Replies

C# - How To Hide The Full Url Of A Website And Only Display The Domain Name

Mar 5, 2011

How would I hide the pages that the user is surfing and just show him/her the domain name. E.G. www.google.com as opposed to
www.google.com/index.aspx etc...

View 2 Replies

Converting Full Website Written With Asp 1.1.4322 To 3.5

Mar 4, 2011

Im working with a complete website that was made quite a few years ago, and need to make it functioning with the most recent version of asp. I have no previous experience with asp.net

View 3 Replies

Web Forms :: How To Display Website In Full Screen

May 7, 2015

The moment a user logs in application should get converted in full screen like we get after pressing f11

I am using this javascript function 

<script type="text/javascript">
function goFullscreen(element) {
if (element.mozRequestFullScreen) {
// This is how to go into fullscren mode in Firefox
// Note the "moz" prefix, which is short for Mozilla.
element.mozRequestFullScreen();

[Code] ....

it is not working on load event of page.

View 1 Replies

How To Publish A Full Website Without Compiling And Without Copying SVN Files

Aug 17, 2010

Apparently, DNN installations do not like to be precompiled (they won't be able to find any localized strings then). Our installation is safely put in SVN, which means I cannot just copy the whole directory. To publish everything, I need to copy the whole website directory without the SVN files and directories. So far, I've been messing with good old DOS commands, which is time consuming and error prone.

an MS-Built script or step to do just this? Or can I do this using default Visual Studio 2010 commands?

Note: this is a website, not a web application.

View 3 Replies

Is It Possible To Prevent File Access Outside The Website Folder While Keeping Full Trust

Jan 4, 2011

Setting the .Net trust level to Medium on a site will ensure that no code can access files outside the application directory.

I have an ASP.Net site that must run in Full Trust. I have configured my website in IIS to use its own Application Pool Identity [URL].

Currently it is possible for scripts/code in this app to read files outside of the application directory. This occurs because by default, accounts that are a member of the BUILTINusers group are able to read most files on the system, including c: and c:windows. It appears that Applicaion Pool Identity accounts are also members of BUILTINusers.

Is it possible to prevent file access outside the website folder while keeping Full Trust?

View 1 Replies

Using Active Directory To Authenticate Users In WWW Facing Website

Mar 13, 2010

I'm looking at starting a new web app which needs to be secure (if for no other reason than that we'll need PCI (Payment Card Industry) accreditation at some point). From previous experience working with PCI (on a domain), the preferred method is to use integrated windows authentication which is then passed all the way through the app to the database using kerberos (so the NT user has permissions in the DB). This allows for better auditing as well as object-level permissions (ie an end user can't read the credit card table). There are advantages in that even if someone compromises the webserver, they won't be able to glean any/much additional information from the database. Also, the webserver isn't storing any database credentials (beyond perhaps a simple anonymous user with very few permissions for simple website config)

So, now I'm looking at the new web app which will be on the public internet. One suggestion is to have a Active Directory server and create windows accounts on the AD for each user of the site. These users will then be placed into the appropriate NT groups to decide which DB permissions they should have (and which pages they can access). ASP.Net already provides the AD membership provider and role provider so this should be fairly simple to implement. There are a number of questions around this - Scalability, reliability, etc... and I was wondering if there is anyone out there with experience of this approach or, even better, some good reasons why to do it / not to do it.

View 3 Replies

Add The Ability To Register Users In Website?

Dec 26, 2010

I need to add the ability to register users in my web site. I'm sure that 1000's of programmers already did this, so why should I build from scratch? Does someone knows where can I find a module like this as well as other modules?

View 2 Replies

New Website Attach With Existing Website / Where Attached Website Is Behaving As Pluggable?

Feb 26, 2011

1 new website attach with existing website..where attached website is behave as pluggable. and used anywhere in any website?

View 7 Replies

State Management :: How Many Pages (with Names) Are Accessed By User In Website

Apr 13, 2010

How to get that how many pages accesses by a user in a website.

Actually, rather then putting code in each page I want some generalized method/technique that if user Logged to a website and during his Login period what was his activity and which page(s) he accesed.

Note:

1. My website pages are under MasterPage.
2. MasterPage has a MasterMenu.
3. For singlePage activity I used Page.GetType.Name

View 2 Replies

Web Forms :: Maintain User Access History Whenever Website Accessed

Jan 24, 2016

I came across a very interesting functionality to develop using ASP.net.there is a site wihich usually gets millions of hits everyday and I need to implement a functionality to show the name,date and time(history of users) visited the site. When the user clicks on the History button or tab then the page should display the history of 10 users recently visited the sites.

View 1 Replies

Creating Mobile Website Page To Download Symbian .sis File To Mobile Unable To Download Properly

Dec 10, 2010

i m creating asp.net Mobile website page to download symbian .sis file to mobile ,but its not geting download properly.its working perfectly on desktop.

View 2 Replies

How To Read External XML From Website

May 18, 2010

I want to read an XML file located here

The data looks like this

[code]....

And I just want to be able to access those values. My limited knowledge of XmlTextReaders has lead me no where.

View 4 Replies

Web Parts Vs. Full Blown Application In SharePoint?

Mar 2, 2011

I'm trying to get up to speed with SharePoint, coming from ASP.NET Web Forms. We're looking to use SharePoint exclusively for several reasons; one of the main selling points is to consolidate our development efforts. So for example, today we have several one-off websites with anywhere from 1-5 pages (smallish) on several servers, IIS installs, etc. and seem to be a bit fragmented.

Let's say I have a requirement for a smallish site (1-5) pages. What is the SharePoint way to handle this situation? Do I create several Web Parts, then create the pages in SharePoint and plug them in or do I simply create an ASP.NET Web Forms application and provide a link within SharePoint to it?

Update.I'm going with neither. Based on feedback and additional research it seems that Application pages are what I'm looking for. Here's a good article:

http://grounding.co.za/blogs/brett/archive/2008/07/13/sharepoint-the-role-of-a-web-part-vs-using-application-pages.aspx

View 4 Replies

Deploy Application In The Same Website As Sharepoint

Jul 15, 2010

I am trying to deploy the Bugtracker.NET tool [URL], which is a normal ASP.NET 2.0 application, into the default web site of an IIS which already has Sharepoint installed in it. The OS is Windows Server 2008 R2, IIS 7.5 and Sharepoint Services 3.0. The question is that when I execute the application, I get a NullReferenceException because HttpContext.Current.Session is null, and I think that this could be due to a problem with the configuration of the web site, as the application runs perfect in web sites with no Sharepoint installed.

I already know that Sharepoint customizes the web site with handles, modules and so on, that all applications in the web site inherit, modifying their behavior. I have already given to the ASP.NET application Full trust level, enabled Anonymous authentication and InProc session state, but I am still getting that HttpContext.Current.Session is null. Even changing the app pool from Wss3AppPool to DefaultAppPool does not succeed. Maybe someone could tell me which settings do I need to tweak in the web site in order to avoid this exception.

View 1 Replies

How To Create Mobile Version Of Website

Sep 2, 2010

i have a web created on asp

And i want to make it mobile phone web, such that user can use it through his / her cell phone. I don't have any knowledge about XML And also i don't have knowledge of .NET. How can I do this?

View 2 Replies

Website Not Working Properly In Mobile

Oct 18, 2010

I have created a simple app with a page having a server side form, three fields and a button that submits and performs two operations - 1) adds the form fields to the database table 2) sends an email. Now everything works fine on the web browser on my machine but when I access the app through my mobile, the page does not seem to work. the UI and all are set but the button click functionality doesnt seem to be working and also the label which is set after a successful submit is already visible and showing the "thank you" message. Am i doing something wrong here? I have checked the app on Nokia Smartphone browser, android phone, and iphone simulator.

View 2 Replies

Mobiles :: How To Develop A Mobile Website

Sep 6, 2010

i am developing a mobile website ... and the target devices are windows mobile or black berry... following is my form code...

[Code]....

i have uploaded the site to the server .... when i try to access the site... it is showing the 404 error... but working in Windows Mobile simulator with out any error

View 1 Replies

What Calendar Control Can Use For Mobile Website

Jul 14, 2010

I'm developing a web site in ASP.NET/C# that is targeted at mobile users.

What calendar control do you recommend, that will work on Nokia, Safari, Opera?

View 3 Replies

Controls :: How To Display Full PDF Files In Full Screen On Web Page

May 7, 2015

I use the code, to display the file that I saved in the database.the question is: why the file can not be performed with a full screen.

protected void View(object sender, EventArgs e)
{
int peraturan_id = int.Parse((sender as LinkButton).CommandArgument);
Session["peraturan_id"] = peraturan_id;
ClientScript.RegisterStartupScript(this.GetType(), "open", "window.open('file_view.aspx','_blank' );", true);
}
 
[Code] ....

View 1 Replies

Website To Communicate With An External API Using HTTP Post?

Feb 14, 2011

I'm currently developing a website using ASP.NET MVC.I need this website to communicate with an external API using HTTP Post.

I'm unsure whether I should be coding this up in ASP.NET to perform the http post requet and read the response, or whether I should be coding this up in a c# class.It seems when developing a site, you have the option to chose either for many scenarios.

View 3 Replies

Better External Program To Format File Within The Website

Jan 17, 2011

I have the option of having a VB function to re-format a file within my website or to have the program given to my 12 member (only) user group to re-format. Which is better ??If its not part of the website, each of the 12 member user group will have the VB.exe code to run that generate the file and it can be uploaded to the website.If the webiste runs its own vb code, it will require the data to be upload and then generate the file.

View 3 Replies

How To Access External Resources From Website Aspx

Feb 26, 2010

My current solution consists of several Class Libraries and a Website. I'm in the process of globalizing the application and I realized that my resources need to be accessed by all the projects not just the website so placing my resources in the App_GlobalResources folder didn't work.

I added my resources to one my class Libraries and now I'm trying to figure out what the best way of accessing the resources are from my markup. When my resources were in the App_GlobalResources folder I was able to access them by using an expression such as this:

<$ Resources: MyApp.Name %> for server controls Or
<%=Resources.MyApp.Name %> for plain text

What's the best way of accessing my Resources from my website aspx files now that they are in a Class Library DLL?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved