News And Events

News TitleTypeDate
Pakistan and Tunisian Side decides for enhance cooperation in Textile Sector News08-10-2019
Prime Minister Citizen Portal News19-8-2019
TENDER NOTICE News04-6-2019
Invitation for Grant Application News14-5-2019
Conducting of Written/Screening Test for Various Posts News28-4-2019
Textile Secretary launches stitching program News19-4-2019
Postponement of Testing against Various Posts News13-4-2019
Setting Up 1000 Industrial Units News02-4-2019
Forth Coming Fashion Show and Textile Exhibition Event04-3-2019
Textile Export Promotion Event Tender Document News17-2-2019
12345678910...

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>