migrating issues regarding css, js and other common files.http://forums.asp.net/t/1752622.aspx/1?migrating+issues+regarding+css+js+and+other+common+files+Fri, 23 Dec 2011 19:44:03 -050017526224746846http://forums.asp.net/p/1752622/4746846.aspx/1?migrating+issues+regarding+css+js+and+other+common+files+migrating issues regarding css, js and other common files. <p>Hi,</p> <p>im currently running a web site with php, after looking at vs2008 quick development, and good tools/coding for css and js i decided to conver my site to asp.net c#. &nbsp;i planed first conver some part of web site to asp.net so files on server are as below</p> <p>example.com\php\files (only php pages are here)</p> <p>example.com\common\ (css, js, and other common files are here)</p> <p>example.com\aspnet\ (asp.net files are here)</p> <p>aspnet folder is main project folder for aspnet pages, this means css, js files are out side the project folder, thats why visual studio do not allow me to use its tools for css. and do not recognize path. how can i solve this problem.</p> <p>i also want to know, in vs 2008 there are tools to manage css, Manage Styles, Apply Styles and CSS Properties which are realy very helpful for quick development, but these are not available in vs2010. what is story behind this.</p> <p>thanks in advance.</p> 2011-12-23T09:21:28-05:004747674http://forums.asp.net/p/1752622/4747674.aspx/1?Re+migrating+issues+regarding+css+js+and+other+common+files+Re: migrating issues regarding css, js and other common files. <p>You can link to those &quot;common&quot; files by using the full URL: <a href="http://example.com/common/css/style.css"> http://example.com/common/css/style.css</a>&nbsp;in your asp.net app.</p> <p>The Apply and Manage styles is available in 2010 by going here in VS: Toolbar&gt;View&gt;Manage Styles or Toolbar&gt;View&gt;Apply Styles.&nbsp; They willl show up on the left column of VS2010.</p> 2011-12-23T19:44:03-05:00