The problem is I denied Access to anonymous users So i want Registration page and certain page to displayed even if Not logged in. So I Made another Folder and And Put Those files in another folder and made web.config file and set
Now page is registration Page Is opening But Bootstarp layout Is Not Working. Even images from separate Folder is not displaying . So I put web.config File For every Bootstrap css and Js and pics folder to allow="*" But problem is Still there.
I removed anonymous authentication From Root Web.config Problem Is still There.
I opened My VS2010 with Admin Privileges . I'm running My Aplication with IIS and allowed every Folder permission To full Access problem Is Still There
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/MasterPage.master"
Inherits="Register" CodeBehind="Register.aspx.cs" %>
...
Go to the complete details ...